HSL(27, 61%, 27%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(27,61%,27%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(27, 61%, 27%) | color: hsl(27, 61%, 27%) | |
| HEX | #6F411B | color: #6F411B | |
| RGB | rgb(111, 65, 27) | color: rgb(111, 65, 27) | |
| CMYK | cmyk(0%, 41%, 76%, 56%) | — | |
| HSV | hsv(27, 76%, 44%) | — | |
| HWB | hwb(27 11% 56%) | color: hwb(27 11% 56%) | |
| OKLCH | oklch(0.4229 0.0821 57.26) | color: oklch(0.4229 0.0821 57.26) | |
| Lab | lab(32.35 16.46 30.77) | color: lab(32.35 16.46 30.77) | |
| LCH | lch(32.35 34.9 61.86) | color: lch(32.35 34.9 61.86) |
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)
#5B5B24 — rgb(91, 91, 36)
Deuteranopia (Green-blind)
#5E6126 — rgb(94, 97, 38)
Tritanopia (Blue-blind)
#6D2B2D — rgb(109, 43, 45)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(27, 61%, 27%);
text
color: hsl(27, 61%, 27%);
border
border: 2px solid hsl(27, 61%, 27%);
gradient light
background: linear-gradient(to right, hsl(27, 61%, 47%), hsl(27, 61%, 27%));
gradient dark
background: linear-gradient(to right, hsl(27, 61%, 27%), hsl(27, 61%, 7%))
hex
background-color: #6F411B;
tailwind
bg-[hsl(27,61%,27%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(27, 61%, 27%, 0.4);
css variable
--color-primary: hsl(27, 61%, 27%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(27, 61%, 27%)?
HEX: #6F411B | RGB: rgb(111, 65, 27) | CMYK: 0%, 41%, 76%, 56% | HSV: 27°, 76%, 44%. Copy any format from the conversion table above.
What colors go well with #6F411B?
The complementary color is HSL(207, 61%, 27%). 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, 61%, 27%) in CSS?
As HSL: color: hsl(27, 61%, 27%); — As HEX: color: #6F411B; — As RGB: color: rgb(111, 65, 27); — Tailwind CSS: bg-[hsl(27,61%,27%)] — CSS variable: --color-primary: hsl(27, 61%, 27%);