HSL(38, 60%, 90%)
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(38,60%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 60%, 90%) | color: hsl(38, 60%, 90%) | |
| HEX | #F5EAD6 | color: #F5EAD6 | |
| RGB | rgb(245, 234, 214) | color: rgb(245, 234, 214) | |
| CMYK | cmyk(0%, 4%, 13%, 4%) | — | |
| HSV | hsv(39, 13%, 96%) | — | |
| HWB | hwb(39 84% 4%) | color: hwb(39 84% 4%) | |
| OKLCH | oklch(0.9404 0.029 82.6) | color: oklch(0.9404 0.029 82.6) | |
| Lab | lab(93.06 0.43 11.04) | color: lab(93.06 0.43 11.04) | |
| LCH | lch(93.06 11.05 87.77) | color: lch(93.06 11.05 87.77) |
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)
#F0F0DB — rgb(240, 240, 219)
Deuteranopia (Green-blind)
#F1F2DC — rgb(241, 242, 220)
Tritanopia (Blue-blind)
#F4DFE0 — rgb(244, 223, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 60%, 90%);
text
color: hsl(38, 60%, 90%);
border
border: 2px solid hsl(38, 60%, 90%);
gradient light
background: linear-gradient(to right, hsl(38, 60%, 100%), hsl(38, 60%, 90%));
gradient dark
background: linear-gradient(to right, hsl(38, 60%, 90%), hsl(38, 60%, 70%))
hex
background-color: #F5EAD6;
tailwind
bg-[hsl(38,60%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 60%, 90%, 0.4);
css variable
--color-primary: hsl(38, 60%, 90%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(38, 60%, 90%)?
HEX: #F5EAD6 | RGB: rgb(245, 234, 214) | CMYK: 0%, 4%, 13%, 4% | HSV: 39°, 13%, 96%. Copy any format from the conversion table above.
What colors go well with #F5EAD6?
The complementary color is HSL(218, 60%, 90%). For a triadic harmony, use hues 38°, 158°, and 278°. For analogous combinations, try hues 8° and 68°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(38, 60%, 90%) in CSS?
As HSL: color: hsl(38, 60%, 90%); — As HEX: color: #F5EAD6; — As RGB: color: rgb(245, 234, 214); — Tailwind CSS: bg-[hsl(38,60%,90%)] — CSS variable: --color-primary: hsl(38, 60%, 90%);