HSL(20, 30%, 29%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(20,30%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(20, 30%, 29%) | color: hsl(20, 30%, 29%) | |
| HEX | #604334 | color: #604334 | |
| RGB | rgb(96, 67, 52) | color: rgb(96, 67, 52) | |
| CMYK | cmyk(0%, 30%, 46%, 62%) | — | |
| HSV | hsv(20, 46%, 38%) | — | |
| HWB | hwb(20 21% 62%) | color: hwb(20 21% 62%) | |
| OKLCH | oklch(0.4111 0.0471 48.33) | color: oklch(0.4111 0.0471 48.33) | |
| Lab | lab(31.23 10.42 14.08) | color: lab(31.23 10.42 14.08) | |
| LCH | lch(31.23 17.52 53.5) | color: lch(31.23 17.52 53.5) |
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)
#535338 — rgb(83, 83, 56)
Deuteranopia (Green-blind)
#555739 — rgb(85, 87, 57)
Tritanopia (Blue-blind)
#5F3A3B — rgb(95, 58, 59)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(20, 30%, 29%);
text
color: hsl(20, 30%, 29%);
border
border: 2px solid hsl(20, 30%, 29%);
gradient light
background: linear-gradient(to right, hsl(20, 30%, 49%), hsl(20, 30%, 29%));
gradient dark
background: linear-gradient(to right, hsl(20, 30%, 29%), hsl(20, 30%, 9%))
hex
background-color: #604334;
tailwind
bg-[hsl(20,30%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(20, 30%, 29%, 0.4);
css variable
--color-primary: hsl(20, 30%, 29%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(20, 30%, 29%)?
HEX: #604334 | RGB: rgb(96, 67, 52) | CMYK: 0%, 30%, 46%, 62% | HSV: 20°, 46%, 38%. Copy any format from the conversion table above.
What colors go well with #604334?
The complementary color is HSL(200, 30%, 29%). For a triadic harmony, use hues 20°, 140°, and 260°. For analogous combinations, try hues 350° and 50°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(20, 30%, 29%) in CSS?
As HSL: color: hsl(20, 30%, 29%); — As HEX: color: #604334; — As RGB: color: rgb(96, 67, 52); — Tailwind CSS: bg-[hsl(20,30%,29%)] — CSS variable: --color-primary: hsl(20, 30%, 29%);