HSL(40, 63%, 95%)
Very Light Orange — Orange color
Adjust Color
Color Information
Color Name
Very Light Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(40,63%,95%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(40, 63%, 95%) | color: hsl(40, 63%, 95%) | |
| HEX | #FAF5EA | color: #FAF5EA | |
| RGB | rgb(250, 245, 234) | color: rgb(250, 245, 234) | |
| CMYK | cmyk(0%, 2%, 6%, 2%) | — | |
| HSV | hsv(41, 6%, 98%) | — | |
| HWB | hwb(41 92% 2%) | color: hwb(41 92% 2%) | |
| OKLCH | oklch(0.971 0.0155 86.42) | color: oklch(0.971 0.0155 86.42) | |
| Lab | lab(96.64 -0.2 5.88) | color: lab(96.64 -0.2 5.88) | |
| LCH | lch(96.64 5.88 91.95) | color: lch(96.64 5.88 91.95) |
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)
#F8F8ED — rgb(248, 248, 237)
Deuteranopia (Green-blind)
#F8F9ED — rgb(248, 249, 237)
Tritanopia (Blue-blind)
#FAEFEF — rgb(250, 239, 239)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(40, 63%, 95%);
text
color: hsl(40, 63%, 95%);
border
border: 2px solid hsl(40, 63%, 95%);
gradient light
background: linear-gradient(to right, hsl(40, 63%, 100%), hsl(40, 63%, 95%));
gradient dark
background: linear-gradient(to right, hsl(40, 63%, 95%), hsl(40, 63%, 75%))
hex
background-color: #FAF5EA;
tailwind
bg-[hsl(40,63%,95%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(40, 63%, 95%, 0.4);
css variable
--color-primary: hsl(40, 63%, 95%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(40, 63%, 95%)?
HEX: #FAF5EA | RGB: rgb(250, 245, 234) | CMYK: 0%, 2%, 6%, 2% | HSV: 41°, 6%, 98%. Copy any format from the conversion table above.
What colors go well with #FAF5EA?
The complementary color is HSL(220, 63%, 95%). For a triadic harmony, use hues 40°, 160°, and 280°. For analogous combinations, try hues 10° and 70°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(40, 63%, 95%) in CSS?
As HSL: color: hsl(40, 63%, 95%); — As HEX: color: #FAF5EA; — As RGB: color: rgb(250, 245, 234); — Tailwind CSS: bg-[hsl(40,63%,95%)] — CSS variable: --color-primary: hsl(40, 63%, 95%);