HSL(22, 47%, 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(22,47%,96%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 47%, 96%) | color: hsl(22, 47%, 96%) | |
| HEX | #FAF4F0 | color: #FAF4F0 | |
| RGB | rgb(250, 244, 240) | color: rgb(250, 244, 240) | |
| CMYK | cmyk(0%, 2%, 4%, 2%) | — | |
| HSV | hsv(24, 4%, 98%) | — | |
| HWB | hwb(24 94% 2%) | color: hwb(24 94% 2%) | |
| OKLCH | oklch(0.9707 0.0084 56.31) | color: oklch(0.9707 0.0084 56.31) | |
| Lab | lab(96.54 1.31 2.63) | color: lab(96.54 1.31 2.63) | |
| LCH | lch(96.54 2.94 63.52) | color: lch(96.54 2.94 63.52) |
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)
#F7F7F1 — rgb(247, 247, 241)
Deuteranopia (Green-blind)
#F8F8F1 — rgb(248, 248, 241)
Tritanopia (Blue-blind)
#FAF2F2 — rgb(250, 242, 242)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 47%, 96%);
text
color: hsl(22, 47%, 96%);
border
border: 2px solid hsl(22, 47%, 96%);
gradient light
background: linear-gradient(to right, hsl(22, 47%, 100%), hsl(22, 47%, 96%));
gradient dark
background: linear-gradient(to right, hsl(22, 47%, 96%), hsl(22, 47%, 76%))
hex
background-color: #FAF4F0;
tailwind
bg-[hsl(22,47%,96%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 47%, 96%, 0.4);
css variable
--color-primary: hsl(22, 47%, 96%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 47%, 96%)?
HEX: #FAF4F0 | RGB: rgb(250, 244, 240) | CMYK: 0%, 2%, 4%, 2% | HSV: 24°, 4%, 98%. Copy any format from the conversion table above.
What colors go well with #FAF4F0?
The complementary color is HSL(202, 47%, 96%). For a triadic harmony, use hues 22°, 142°, and 262°. For analogous combinations, try hues 352° and 52°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(22, 47%, 96%) in CSS?
As HSL: color: hsl(22, 47%, 96%); — As HEX: color: #FAF4F0; — As RGB: color: rgb(250, 244, 240); — Tailwind CSS: bg-[hsl(22,47%,96%)] — CSS variable: --color-primary: hsl(22, 47%, 96%);