HSL(21, 70%, 96%)
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(21,70%,96%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(21, 70%, 96%) | color: hsl(21, 70%, 96%) | |
| HEX | #FCF3EE | color: #FCF3EE | |
| RGB | rgb(252, 243, 238) | color: rgb(252, 243, 238) | |
| CMYK | cmyk(0%, 4%, 6%, 1%) | — | |
| HSV | hsv(21, 6%, 99%) | — | |
| HWB | hwb(21 93% 1%) | color: hwb(21 93% 1%) | |
| OKLCH | oklch(0.9698 0.0118 51.32) | color: oklch(0.9698 0.0118 51.32) | |
| Lab | lab(96.4 2.16 3.48) | color: lab(96.4 2.16 3.48) | |
| LCH | lch(96.4 4.1 58.17) | color: lch(96.4 4.1 58.17) |
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)
#F8F8EF — rgb(248, 248, 239)
Deuteranopia (Green-blind)
#F9F9F0 — rgb(249, 249, 240)
Tritanopia (Blue-blind)
#FCF0F0 — rgb(252, 240, 240)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(21, 70%, 96%);
text
color: hsl(21, 70%, 96%);
border
border: 2px solid hsl(21, 70%, 96%);
gradient light
background: linear-gradient(to right, hsl(21, 70%, 100%), hsl(21, 70%, 96%));
gradient dark
background: linear-gradient(to right, hsl(21, 70%, 96%), hsl(21, 70%, 76%))
hex
background-color: #FCF3EE;
tailwind
bg-[hsl(21,70%,96%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(21, 70%, 96%, 0.4);
css variable
--color-primary: hsl(21, 70%, 96%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(21, 70%, 96%)?
HEX: #FCF3EE | RGB: rgb(252, 243, 238) | CMYK: 0%, 4%, 6%, 1% | HSV: 21°, 6%, 99%. Copy any format from the conversion table above.
What colors go well with #FCF3EE?
The complementary color is HSL(201, 70%, 96%). For a triadic harmony, use hues 21°, 141°, and 261°. For analogous combinations, try hues 351° and 51°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(21, 70%, 96%) in CSS?
As HSL: color: hsl(21, 70%, 96%); — As HEX: color: #FCF3EE; — As RGB: color: rgb(252, 243, 238); — Tailwind CSS: bg-[hsl(21,70%,96%)] — CSS variable: --color-primary: hsl(21, 70%, 96%);