HSL(20, 80%, 94%)
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(20,80%,94%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(20, 80%, 94%) | color: hsl(20, 80%, 94%) | |
| HEX | #FCECE3 | color: #FCECE3 | |
| RGB | rgb(252, 236, 227) | color: rgb(252, 236, 227) | |
| CMYK | cmyk(0%, 6%, 10%, 1%) | — | |
| HSV | hsv(22, 10%, 99%) | — | |
| HWB | hwb(22 89% 1%) | color: hwb(22 89% 1%) | |
| OKLCH | oklch(0.9533 0.0212 51.52) | color: oklch(0.9533 0.0212 51.52) | |
| Lab | lab(94.41 3.92 6.3) | color: lab(94.41 3.92 6.3) | |
| LCH | lch(94.41 7.42 58.11) | color: lch(94.41 7.42 58.11) |
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)
#F5F5E5 — rgb(245, 245, 229)
Deuteranopia (Green-blind)
#F6F7E6 — rgb(246, 247, 230)
Tritanopia (Blue-blind)
#FBE7E7 — rgb(251, 231, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(20, 80%, 94%);
text
color: hsl(20, 80%, 94%);
border
border: 2px solid hsl(20, 80%, 94%);
gradient light
background: linear-gradient(to right, hsl(20, 80%, 100%), hsl(20, 80%, 94%));
gradient dark
background: linear-gradient(to right, hsl(20, 80%, 94%), hsl(20, 80%, 74%))
hex
background-color: #FCECE3;
tailwind
bg-[hsl(20,80%,94%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(20, 80%, 94%, 0.4);
css variable
--color-primary: hsl(20, 80%, 94%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(20, 80%, 94%)?
HEX: #FCECE3 | RGB: rgb(252, 236, 227) | CMYK: 0%, 6%, 10%, 1% | HSV: 22°, 10%, 99%. Copy any format from the conversion table above.
What colors go well with #FCECE3?
The complementary color is HSL(200, 80%, 94%). For a triadic harmony, use hues 20°, 140°, and 260°. For analogous combinations, try hues 350° and 50°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(20, 80%, 94%) in CSS?
As HSL: color: hsl(20, 80%, 94%); — As HEX: color: #FCECE3; — As RGB: color: rgb(252, 236, 227); — Tailwind CSS: bg-[hsl(20,80%,94%)] — CSS variable: --color-primary: hsl(20, 80%, 94%);