HSL(36, 30%, 10%)
Very Dark Orange — Orange color
Adjust Color
Color Information
Color Name
Very Dark Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(36,30%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 30%, 10%) | color: hsl(36, 30%, 10%) | |
| HEX | #211B12 | color: #211B12 | |
| RGB | rgb(33, 27, 18) | color: rgb(33, 27, 18) | |
| CMYK | cmyk(0%, 18%, 45%, 87%) | — | |
| HSV | hsv(36, 45%, 13%) | — | |
| HWB | hwb(36 7% 87%) | color: hwb(36 7% 87%) | |
| OKLCH | oklch(0.2262 0.0189 77.63) | color: oklch(0.2262 0.0189 77.63) | |
| Lab | lab(10.19 1.17 7.06) | color: lab(10.19 1.17 7.06) | |
| LCH | lch(10.19 7.16 80.59) | color: lch(10.19 7.16 80.59) |
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)
#1E1E14 — rgb(30, 30, 20)
Deuteranopia (Green-blind)
#1F1F15 — rgb(31, 31, 21)
Tritanopia (Blue-blind)
#211616 — rgb(33, 22, 22)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 30%, 10%);
text
color: hsl(36, 30%, 10%);
border
border: 2px solid hsl(36, 30%, 10%);
gradient light
background: linear-gradient(to right, hsl(36, 30%, 30%), hsl(36, 30%, 10%));
gradient dark
background: linear-gradient(to right, hsl(36, 30%, 10%), hsl(36, 30%, 0%))
hex
background-color: #211B12;
tailwind
bg-[hsl(36,30%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 30%, 10%, 0.4);
css variable
--color-primary: hsl(36, 30%, 10%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 30%, 10%)?
HEX: #211B12 | RGB: rgb(33, 27, 18) | CMYK: 0%, 18%, 45%, 87% | HSV: 36°, 45%, 13%. Copy any format from the conversion table above.
What colors go well with #211B12?
The complementary color is HSL(216, 30%, 10%). For a triadic harmony, use hues 36°, 156°, and 276°. For analogous combinations, try hues 6° and 66°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(36, 30%, 10%) in CSS?
As HSL: color: hsl(36, 30%, 10%); — As HEX: color: #211B12; — As RGB: color: rgb(33, 27, 18); — Tailwind CSS: bg-[hsl(36,30%,10%)] — CSS variable: --color-primary: hsl(36, 30%, 10%);