HSL(29, 70%, 58%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(29,70%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(29, 70%, 58%) | color: hsl(29, 70%, 58%) | |
| HEX | #DF9149 | color: #DF9149 | |
| RGB | rgb(223, 145, 73) | color: rgb(223, 145, 73) | |
| CMYK | cmyk(0%, 35%, 67%, 13%) | — | |
| HSV | hsv(29, 67%, 87%) | — | |
| HWB | hwb(29 29% 13%) | color: hwb(29 29% 13%) | |
| OKLCH | oklch(0.7227 0.1286 61.03) | color: oklch(0.7227 0.1286 61.03) | |
| Lab | lab(66.84 23.04 49.31) | color: lab(66.84 23.04 49.31) | |
| LCH | lch(66.84 54.43 64.96) | color: lch(66.84 54.43 64.96) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#BDBD5A — rgb(189, 189, 90)
Deuteranopia (Green-blind)
#C2C85F — rgb(194, 200, 95)
Tritanopia (Blue-blind)
#DB686B — rgb(219, 104, 107)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(29, 70%, 58%);
text
color: hsl(29, 70%, 58%);
border
border: 2px solid hsl(29, 70%, 58%);
gradient light
background: linear-gradient(to right, hsl(29, 70%, 78%), hsl(29, 70%, 58%));
gradient dark
background: linear-gradient(to right, hsl(29, 70%, 58%), hsl(29, 70%, 38%))
hex
background-color: #DF9149;
tailwind
bg-[hsl(29,70%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(29, 70%, 58%, 0.4);
css variable
--color-primary: hsl(29, 70%, 58%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(29, 70%, 58%)?
HEX: #DF9149 | RGB: rgb(223, 145, 73) | CMYK: 0%, 35%, 67%, 13% | HSV: 29°, 67%, 87%. Copy any format from the conversion table above.
What colors go well with #DF9149?
The complementary color is HSL(209, 70%, 58%). 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, 70%, 58%) in CSS?
As HSL: color: hsl(29, 70%, 58%); — As HEX: color: #DF9149; — As RGB: color: rgb(223, 145, 73); — Tailwind CSS: bg-[hsl(29,70%,58%)] — CSS variable: --color-primary: hsl(29, 70%, 58%);