HSL(29, 100%, 87%)
Very Light Orange — Orange color
Adjust Color
Color Information
Color Name
Very Light Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(29,100%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(29, 100%, 87%) | color: hsl(29, 100%, 87%) | |
| HEX | #FFDDBD | color: #FFDDBD | |
| RGB | rgb(255, 221, 189) | color: rgb(255, 221, 189) | |
| CMYK | cmyk(0%, 13%, 26%, 0%) | — | |
| HSV | hsv(29, 26%, 100%) | — | |
| HWB | hwb(29 74% 0%) | color: hwb(29 74% 0%) | |
| OKLCH | oklch(0.9179 0.0566 65.3) | color: oklch(0.9179 0.0566 65.3) | |
| Lab | lab(90.16 7.07 20.06) | color: lab(90.16 7.07 20.06) | |
| LCH | lch(90.16 21.27 70.59) | color: lch(90.16 21.27 70.59) |
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)
#F0F0C5 — rgb(240, 240, 197)
Deuteranopia (Green-blind)
#F2F5C7 — rgb(242, 245, 199)
Tritanopia (Blue-blind)
#FDCBCC — rgb(253, 203, 204)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(29, 100%, 87%);
text
color: hsl(29, 100%, 87%);
border
border: 2px solid hsl(29, 100%, 87%);
gradient light
background: linear-gradient(to right, hsl(29, 100%, 100%), hsl(29, 100%, 87%));
gradient dark
background: linear-gradient(to right, hsl(29, 100%, 87%), hsl(29, 100%, 67%))
hex
background-color: #FFDDBD;
tailwind
bg-[hsl(29,100%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(29, 100%, 87%, 0.4);
css variable
--color-primary: hsl(29, 100%, 87%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(29, 100%, 87%)?
HEX: #FFDDBD | RGB: rgb(255, 221, 189) | CMYK: 0%, 13%, 26%, 0% | HSV: 29°, 26%, 100%. Copy any format from the conversion table above.
What colors go well with #FFDDBD?
The complementary color is HSL(209, 100%, 87%). 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, 100%, 87%) in CSS?
As HSL: color: hsl(29, 100%, 87%); — As HEX: color: #FFDDBD; — As RGB: color: rgb(255, 221, 189); — Tailwind CSS: bg-[hsl(29,100%,87%)] — CSS variable: --color-primary: hsl(29, 100%, 87%);