HSL(29, 95%, 41%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(29,95%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(29, 95%, 41%) | color: hsl(29, 95%, 41%) | |
| HEX | #CC6505 | color: #CC6505 | |
| RGB | rgb(204, 101, 5) | color: rgb(204, 101, 5) | |
| CMYK | cmyk(0%, 50%, 98%, 20%) | — | |
| HSV | hsv(29, 98%, 80%) | — | |
| HWB | hwb(29 2% 20%) | color: hwb(29 2% 20%) | |
| OKLCH | oklch(0.6186 0.1564 52.56) | color: oklch(0.6186 0.1564 52.56) | |
| Lab | lab(54.2 36.29 61.56) | color: lab(54.2 36.29 61.56) | |
| LCH | lch(54.2 71.46 59.48) | color: lch(54.2 71.46 59.48) |
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)
#9F9E1C — rgb(159, 158, 28)
Deuteranopia (Green-blind)
#A5AD22 — rgb(165, 173, 34)
Tritanopia (Blue-blind)
#C72F33 — rgb(199, 47, 51)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(29, 95%, 41%);
text
color: hsl(29, 95%, 41%);
border
border: 2px solid hsl(29, 95%, 41%);
gradient light
background: linear-gradient(to right, hsl(29, 95%, 61%), hsl(29, 95%, 41%));
gradient dark
background: linear-gradient(to right, hsl(29, 95%, 41%), hsl(29, 95%, 21%))
hex
background-color: #CC6505;
tailwind
bg-[hsl(29,95%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(29, 95%, 41%, 0.4);
css variable
--color-primary: hsl(29, 95%, 41%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(29, 95%, 41%)?
HEX: #CC6505 | RGB: rgb(204, 101, 5) | CMYK: 0%, 50%, 98%, 20% | HSV: 29°, 98%, 80%. Copy any format from the conversion table above.
What colors go well with #CC6505?
The complementary color is HSL(209, 95%, 41%). 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, 95%, 41%) in CSS?
As HSL: color: hsl(29, 95%, 41%); — As HEX: color: #CC6505; — As RGB: color: rgb(204, 101, 5); — Tailwind CSS: bg-[hsl(29,95%,41%)] — CSS variable: --color-primary: hsl(29, 95%, 41%);