HSL(27, 75%, 43%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(27,75%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(27, 75%, 43%) | color: hsl(27, 75%, 43%) | |
| HEX | #C0651B | color: #C0651B | |
| RGB | rgb(192, 101, 27) | color: rgb(192, 101, 27) | |
| CMYK | cmyk(0%, 47%, 86%, 25%) | — | |
| HSV | hsv(27, 86%, 75%) | — | |
| HWB | hwb(27 11% 25%) | color: hwb(27 11% 25%) | |
| OKLCH | oklch(0.6023 0.1412 53.47) | color: oklch(0.6023 0.1412 53.47) | |
| Lab | lab(52.5 31.74 53.85) | color: lab(52.5 31.74 53.85) | |
| LCH | lch(52.5 62.51 59.48) | color: lch(52.5 62.51 59.48) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#99982D — rgb(153, 152, 45)
Deuteranopia (Green-blind)
#9EA531 — rgb(158, 165, 49)
Tritanopia (Blue-blind)
#BB3B3E — rgb(187, 59, 62)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(27, 75%, 43%);
text
color: hsl(27, 75%, 43%);
border
border: 2px solid hsl(27, 75%, 43%);
gradient light
background: linear-gradient(to right, hsl(27, 75%, 63%), hsl(27, 75%, 43%));
gradient dark
background: linear-gradient(to right, hsl(27, 75%, 43%), hsl(27, 75%, 23%))
hex
background-color: #C0651B;
tailwind
bg-[hsl(27,75%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(27, 75%, 43%, 0.4);
css variable
--color-primary: hsl(27, 75%, 43%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(27, 75%, 43%)?
HEX: #C0651B | RGB: rgb(192, 101, 27) | CMYK: 0%, 47%, 86%, 25% | HSV: 27°, 86%, 75%. Copy any format from the conversion table above.
What colors go well with #C0651B?
The complementary color is HSL(207, 75%, 43%). For a triadic harmony, use hues 27°, 147°, and 267°. For analogous combinations, try hues 357° and 57°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(27, 75%, 43%) in CSS?
As HSL: color: hsl(27, 75%, 43%); — As HEX: color: #C0651B; — As RGB: color: rgb(192, 101, 27); — Tailwind CSS: bg-[hsl(27,75%,43%)] — CSS variable: --color-primary: hsl(27, 75%, 43%);