HSL(27, 62%, 28%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(27,62%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(27, 62%, 28%) | color: hsl(27, 62%, 28%) | |
| HEX | #74431B | color: #74431B | |
| RGB | rgb(116, 67, 27) | color: rgb(116, 67, 27) | |
| CMYK | cmyk(0%, 42%, 77%, 55%) | — | |
| HSV | hsv(27, 77%, 45%) | — | |
| HWB | hwb(27 10% 55%) | color: hwb(27 10% 55%) | |
| OKLCH | oklch(0.4339 0.0862 56.68) | color: oklch(0.4339 0.0862 56.68) | |
| Lab | lab(33.58 17.59 32.29) | color: lab(33.58 17.59 32.29) | |
| LCH | lch(33.58 36.77 61.42) | color: lch(33.58 36.77 61.42) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#5F5E25 — rgb(95, 94, 37)
Deuteranopia (Green-blind)
#626527 — rgb(98, 101, 39)
Tritanopia (Blue-blind)
#722C2E — rgb(114, 44, 46)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(27, 62%, 28%);
text
color: hsl(27, 62%, 28%);
border
border: 2px solid hsl(27, 62%, 28%);
gradient light
background: linear-gradient(to right, hsl(27, 62%, 48%), hsl(27, 62%, 28%));
gradient dark
background: linear-gradient(to right, hsl(27, 62%, 28%), hsl(27, 62%, 8%))
hex
background-color: #74431B;
tailwind
bg-[hsl(27,62%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(27, 62%, 28%, 0.4);
css variable
--color-primary: hsl(27, 62%, 28%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(27, 62%, 28%)?
HEX: #74431B | RGB: rgb(116, 67, 27) | CMYK: 0%, 42%, 77%, 55% | HSV: 27°, 77%, 45%. Copy any format from the conversion table above.
What colors go well with #74431B?
The complementary color is HSL(207, 62%, 28%). 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, 62%, 28%) in CSS?
As HSL: color: hsl(27, 62%, 28%); — As HEX: color: #74431B; — As RGB: color: rgb(116, 67, 27); — Tailwind CSS: bg-[hsl(27,62%,28%)] — CSS variable: --color-primary: hsl(27, 62%, 28%);