HSL(29, 92%, 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,92%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(29, 92%, 87%) | color: hsl(29, 92%, 87%) | |
| HEX | #FCDDBF | color: #FCDDBF | |
| RGB | rgb(252, 221, 191) | color: rgb(252, 221, 191) | |
| CMYK | cmyk(0%, 12%, 24%, 1%) | — | |
| HSV | hsv(30, 24%, 99%) | — | |
| HWB | hwb(30 75% 1%) | color: hwb(30 75% 1%) | |
| OKLCH | oklch(0.9156 0.0525 66.16) | color: oklch(0.9156 0.0525 66.16) | |
| Lab | lab(89.94 6.23 18.68) | color: lab(89.94 6.23 18.68) | |
| LCH | lch(89.94 19.69 71.56) | color: lch(89.94 19.69 71.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)
#EFEEC6 — rgb(239, 238, 198)
Deuteranopia (Green-blind)
#F0F3C8 — rgb(240, 243, 200)
Tritanopia (Blue-blind)
#FACCCD — rgb(250, 204, 205)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(29, 92%, 87%);
text
color: hsl(29, 92%, 87%);
border
border: 2px solid hsl(29, 92%, 87%);
gradient light
background: linear-gradient(to right, hsl(29, 92%, 100%), hsl(29, 92%, 87%));
gradient dark
background: linear-gradient(to right, hsl(29, 92%, 87%), hsl(29, 92%, 67%))
hex
background-color: #FCDDBF;
tailwind
bg-[hsl(29,92%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(29, 92%, 87%, 0.4);
css variable
--color-primary: hsl(29, 92%, 87%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(29, 92%, 87%)?
HEX: #FCDDBF | RGB: rgb(252, 221, 191) | CMYK: 0%, 12%, 24%, 1% | HSV: 30°, 24%, 99%. Copy any format from the conversion table above.
What colors go well with #FCDDBF?
The complementary color is HSL(209, 92%, 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, 92%, 87%) in CSS?
As HSL: color: hsl(29, 92%, 87%); — As HEX: color: #FCDDBF; — As RGB: color: rgb(252, 221, 191); — Tailwind CSS: bg-[hsl(29,92%,87%)] — CSS variable: --color-primary: hsl(29, 92%, 87%);