HSL(30, 90%, 7%)
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(30,90%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(30, 90%, 7%) | color: hsl(30, 90%, 7%) | |
| HEX | #221202 | color: #221202 | |
| RGB | rgb(34, 18, 2) | color: rgb(34, 18, 2) | |
| CMYK | cmyk(0%, 47%, 94%, 87%) | — | |
| HSV | hsv(30, 94%, 13%) | — | |
| HWB | hwb(30 1% 87%) | color: hwb(30 1% 87%) | |
| OKLCH | oklch(0.2004 0.0398 66.61) | color: oklch(0.2004 0.0398 66.61) | |
| Lab | lab(7.02 6.05 9.8) | color: lab(7.02 6.05 9.8) | |
| LCH | lch(7.02 11.52 58.31) | color: lch(7.02 11.52 58.31) |
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)
#1B1B06 — rgb(27, 27, 6)
Deuteranopia (Green-blind)
#1C1D07 — rgb(28, 29, 7)
Tritanopia (Blue-blind)
#21090A — rgb(33, 9, 10)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(30, 90%, 7%);
text
color: hsl(30, 90%, 7%);
border
border: 2px solid hsl(30, 90%, 7%);
gradient light
background: linear-gradient(to right, hsl(30, 90%, 27%), hsl(30, 90%, 7%));
gradient dark
background: linear-gradient(to right, hsl(30, 90%, 7%), hsl(30, 90%, 0%))
hex
background-color: #221202;
tailwind
bg-[hsl(30,90%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(30, 90%, 7%, 0.4);
css variable
--color-primary: hsl(30, 90%, 7%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(30, 90%, 7%)?
HEX: #221202 | RGB: rgb(34, 18, 2) | CMYK: 0%, 47%, 94%, 87% | HSV: 30°, 94%, 13%. Copy any format from the conversion table above.
What colors go well with #221202?
The complementary color is HSL(210, 90%, 7%). For a triadic harmony, use hues 30°, 150°, and 270°. For analogous combinations, try hues 0° and 60°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(30, 90%, 7%) in CSS?
As HSL: color: hsl(30, 90%, 7%); — As HEX: color: #221202; — As RGB: color: rgb(34, 18, 2); — Tailwind CSS: bg-[hsl(30,90%,7%)] — CSS variable: --color-primary: hsl(30, 90%, 7%);