HSL(29, 60%, 63%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(29,60%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(29, 60%, 63%) | color: hsl(29, 60%, 63%) | |
| HEX | #D99F68 | color: #D99F68 | |
| RGB | rgb(217, 159, 104) | color: rgb(217, 159, 104) | |
| CMYK | cmyk(0%, 27%, 52%, 15%) | — | |
| HSV | hsv(29, 52%, 85%) | — | |
| HWB | hwb(29 41% 15%) | color: hwb(29 41% 15%) | |
| OKLCH | oklch(0.7458 0.0994 63.81) | color: oklch(0.7458 0.0994 63.81) | |
| Lab | lab(69.86 15.28 37) | color: lab(69.86 15.28 37) | |
| LCH | lch(69.86 40.03 67.56) | color: lch(69.86 40.03 67.56) |
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)
#C0BF75 — rgb(192, 191, 117)
Deuteranopia (Green-blind)
#C3C879 — rgb(195, 200, 121)
Tritanopia (Blue-blind)
#D68082 — rgb(214, 128, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(29, 60%, 63%);
text
color: hsl(29, 60%, 63%);
border
border: 2px solid hsl(29, 60%, 63%);
gradient light
background: linear-gradient(to right, hsl(29, 60%, 83%), hsl(29, 60%, 63%));
gradient dark
background: linear-gradient(to right, hsl(29, 60%, 63%), hsl(29, 60%, 43%))
hex
background-color: #D99F68;
tailwind
bg-[hsl(29,60%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(29, 60%, 63%, 0.4);
css variable
--color-primary: hsl(29, 60%, 63%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(29, 60%, 63%)?
HEX: #D99F68 | RGB: rgb(217, 159, 104) | CMYK: 0%, 27%, 52%, 15% | HSV: 29°, 52%, 85%. Copy any format from the conversion table above.
What colors go well with #D99F68?
The complementary color is HSL(209, 60%, 63%). 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, 60%, 63%) in CSS?
As HSL: color: hsl(29, 60%, 63%); — As HEX: color: #D99F68; — As RGB: color: rgb(217, 159, 104); — Tailwind CSS: bg-[hsl(29,60%,63%)] — CSS variable: --color-primary: hsl(29, 60%, 63%);