HSL(29, 75%, 46%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(29,75%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(29, 75%, 46%) | color: hsl(29, 75%, 46%) | |
| HEX | #CD721D | color: #CD721D | |
| RGB | rgb(205, 114, 29) | color: rgb(205, 114, 29) | |
| CMYK | cmyk(0%, 44%, 86%, 20%) | — | |
| HSV | hsv(29, 86%, 80%) | — | |
| HWB | hwb(29 11% 20%) | color: hwb(29 11% 20%) | |
| OKLCH | oklch(0.6421 0.1452 56.97) | color: oklch(0.6421 0.1452 56.97) | |
| Lab | lab(57.18 30.29 57.78) | color: lab(57.18 30.29 57.78) | |
| LCH | lch(57.18 65.24 62.34) | color: lch(57.18 65.24 62.34) |
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)
#A6A532 — rgb(166, 165, 50)
Deuteranopia (Green-blind)
#ABB237 — rgb(171, 178, 55)
Tritanopia (Blue-blind)
#C84245 — rgb(200, 66, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(29, 75%, 46%);
text
color: hsl(29, 75%, 46%);
border
border: 2px solid hsl(29, 75%, 46%);
gradient light
background: linear-gradient(to right, hsl(29, 75%, 66%), hsl(29, 75%, 46%));
gradient dark
background: linear-gradient(to right, hsl(29, 75%, 46%), hsl(29, 75%, 26%))
hex
background-color: #CD721D;
tailwind
bg-[hsl(29,75%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(29, 75%, 46%, 0.4);
css variable
--color-primary: hsl(29, 75%, 46%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(29, 75%, 46%)?
HEX: #CD721D | RGB: rgb(205, 114, 29) | CMYK: 0%, 44%, 86%, 20% | HSV: 29°, 86%, 80%. Copy any format from the conversion table above.
What colors go well with #CD721D?
The complementary color is HSL(209, 75%, 46%). 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, 75%, 46%) in CSS?
As HSL: color: hsl(29, 75%, 46%); — As HEX: color: #CD721D; — As RGB: color: rgb(205, 114, 29); — Tailwind CSS: bg-[hsl(29,75%,46%)] — CSS variable: --color-primary: hsl(29, 75%, 46%);