HSL(29, 30%, 16%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(29,30%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(29, 30%, 16%) | color: hsl(29, 30%, 16%) | |
| HEX | #35281D | color: #35281D | |
| RGB | rgb(53, 40, 29) | color: rgb(53, 40, 29) | |
| CMYK | cmyk(0%, 25%, 45%, 79%) | — | |
| HSV | hsv(28, 45%, 21%) | — | |
| HWB | hwb(28 12% 79%) | color: hwb(28 12% 79%) | |
| OKLCH | oklch(0.2885 0.0272 61.66) | color: oklch(0.2885 0.0272 61.66) | |
| Lab | lab(17.29 4.19 9.56) | color: lab(17.29 4.19 9.56) | |
| LCH | lch(17.29 10.44 66.33) | color: lch(17.29 10.44 66.33) |
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)
#2F2F20 — rgb(47, 47, 32)
Deuteranopia (Green-blind)
#303120 — rgb(48, 49, 32)
Tritanopia (Blue-blind)
#342222 — rgb(52, 34, 34)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(29, 30%, 16%);
text
color: hsl(29, 30%, 16%);
border
border: 2px solid hsl(29, 30%, 16%);
gradient light
background: linear-gradient(to right, hsl(29, 30%, 36%), hsl(29, 30%, 16%));
gradient dark
background: linear-gradient(to right, hsl(29, 30%, 16%), hsl(29, 30%, 0%))
hex
background-color: #35281D;
tailwind
bg-[hsl(29,30%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(29, 30%, 16%, 0.4);
css variable
--color-primary: hsl(29, 30%, 16%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(29, 30%, 16%)?
HEX: #35281D | RGB: rgb(53, 40, 29) | CMYK: 0%, 25%, 45%, 79% | HSV: 28°, 45%, 21%. Copy any format from the conversion table above.
What colors go well with #35281D?
The complementary color is HSL(209, 30%, 16%). For a triadic harmony, use hues 29°, 149°, and 269°. For analogous combinations, try hues 359° and 59°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(29, 30%, 16%) in CSS?
As HSL: color: hsl(29, 30%, 16%); — As HEX: color: #35281D; — As RGB: color: rgb(53, 40, 29); — Tailwind CSS: bg-[hsl(29,30%,16%)] — CSS variable: --color-primary: hsl(29, 30%, 16%);