HSL(27, 100%, 10%)
Very Dark Orange — Orange color
Adjust Color
Color Information
Color Name
Very Dark Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(27,100%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(27, 100%, 10%) | color: hsl(27, 100%, 10%) | |
| HEX | #331700 | color: #331700 | |
| RGB | rgb(51, 23, 0) | color: rgb(51, 23, 0) | |
| CMYK | cmyk(0%, 55%, 100%, 80%) | — | |
| HSV | hsv(27, 100%, 20%) | — | |
| HWB | hwb(27 0% 80%) | color: hwb(27 0% 80%) | |
| OKLCH | oklch(0.2406 0.0576 57.89) | color: oklch(0.2406 0.0576 57.89) | |
| Lab | lab(11.39 11.96 17.27) | color: lab(11.39 11.96 17.27) | |
| LCH | lch(11.39 21.01 55.3) | color: lch(11.39 21.01 55.3) |
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)
#272706 — rgb(39, 39, 6)
Deuteranopia (Green-blind)
#292B07 — rgb(41, 43, 7)
Tritanopia (Blue-blind)
#320A0B — rgb(50, 10, 11)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(27, 100%, 10%);
text
color: hsl(27, 100%, 10%);
border
border: 2px solid hsl(27, 100%, 10%);
gradient light
background: linear-gradient(to right, hsl(27, 100%, 30%), hsl(27, 100%, 10%));
gradient dark
background: linear-gradient(to right, hsl(27, 100%, 10%), hsl(27, 100%, 0%))
hex
background-color: #331700;
tailwind
bg-[hsl(27,100%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(27, 100%, 10%, 0.4);
css variable
--color-primary: hsl(27, 100%, 10%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(27, 100%, 10%)?
HEX: #331700 | RGB: rgb(51, 23, 0) | CMYK: 0%, 55%, 100%, 80% | HSV: 27°, 100%, 20%. Copy any format from the conversion table above.
What colors go well with #331700?
The complementary color is HSL(207, 100%, 10%). 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, 100%, 10%) in CSS?
As HSL: color: hsl(27, 100%, 10%); — As HEX: color: #331700; — As RGB: color: rgb(51, 23, 0); — Tailwind CSS: bg-[hsl(27,100%,10%)] — CSS variable: --color-primary: hsl(27, 100%, 10%);