HSL(30, 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(30,60%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(30, 60%, 90%) | color: hsl(30, 60%, 90%) | |
| HEX | #F5E6D6 | color: #F5E6D6 | |
| RGB | rgb(245, 230, 214) | color: rgb(245, 230, 214) | |
| CMYK | cmyk(0%, 6%, 13%, 4%) | — | |
| HSV | hsv(31, 13%, 96%) | — | |
| HWB | hwb(31 84% 4%) | color: hwb(31 84% 4%) | |
| OKLCH | oklch(0.9326 0.0269 69.29) | color: oklch(0.9326 0.0269 69.29) | |
| Lab | lab(92.07 2.48 9.62) | color: lab(92.07 2.48 9.62) | |
| LCH | lch(92.07 9.93 75.54) | color: lch(92.07 9.93 75.54) |
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)
#EFEEDA — rgb(239, 238, 218)
Deuteranopia (Green-blind)
#EFF1DB — rgb(239, 241, 219)
Tritanopia (Blue-blind)
#F4DDDE — rgb(244, 221, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(30, 60%, 90%);
text
color: hsl(30, 60%, 90%);
border
border: 2px solid hsl(30, 60%, 90%);
gradient light
background: linear-gradient(to right, hsl(30, 60%, 100%), hsl(30, 60%, 90%));
gradient dark
background: linear-gradient(to right, hsl(30, 60%, 90%), hsl(30, 60%, 70%))
hex
background-color: #F5E6D6;
tailwind
bg-[hsl(30,60%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(30, 60%, 90%, 0.4);
css variable
--color-primary: hsl(30, 60%, 90%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(30, 60%, 90%)?
HEX: #F5E6D6 | RGB: rgb(245, 230, 214) | CMYK: 0%, 6%, 13%, 4% | HSV: 31°, 13%, 96%. Copy any format from the conversion table above.
What colors go well with #F5E6D6?
The complementary color is HSL(210, 60%, 90%). For a triadic harmony, use hues 30°, 150°, and 270°. For analogous combinations, try hues 0° and 60°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(30, 60%, 90%) in CSS?
As HSL: color: hsl(30, 60%, 90%); — As HEX: color: #F5E6D6; — As RGB: color: rgb(245, 230, 214); — Tailwind CSS: bg-[hsl(30,60%,90%)] — CSS variable: --color-primary: hsl(30, 60%, 90%);