HSL(30, 60%, 86%)
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%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(30, 60%, 86%) | color: hsl(30, 60%, 86%) | |
| HEX | #F1DBC6 | color: #F1DBC6 | |
| RGB | rgb(241, 219, 198) | color: rgb(241, 219, 198) | |
| CMYK | cmyk(0%, 9%, 18%, 5%) | — | |
| HSV | hsv(29, 18%, 95%) | — | |
| HWB | hwb(29 78% 5%) | color: hwb(29 78% 5%) | |
| OKLCH | oklch(0.9039 0.0372 66.01) | color: oklch(0.9039 0.0372 66.01) | |
| Lab | lab(88.66 4.26 13.08) | color: lab(88.66 4.26 13.08) | |
| LCH | lch(88.66 13.76 71.96) | color: lch(88.66 13.76 71.96) |
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)
#E7E7CB — rgb(231, 231, 203)
Deuteranopia (Green-blind)
#E9EACC — rgb(233, 234, 204)
Tritanopia (Blue-blind)
#F0CFD0 — rgb(240, 207, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(30, 60%, 86%);
text
color: hsl(30, 60%, 86%);
border
border: 2px solid hsl(30, 60%, 86%);
gradient light
background: linear-gradient(to right, hsl(30, 60%, 100%), hsl(30, 60%, 86%));
gradient dark
background: linear-gradient(to right, hsl(30, 60%, 86%), hsl(30, 60%, 66%))
hex
background-color: #F1DBC6;
tailwind
bg-[hsl(30,60%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(30, 60%, 86%, 0.4);
css variable
--color-primary: hsl(30, 60%, 86%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(30, 60%, 86%)?
HEX: #F1DBC6 | RGB: rgb(241, 219, 198) | CMYK: 0%, 9%, 18%, 5% | HSV: 29°, 18%, 95%. Copy any format from the conversion table above.
What colors go well with #F1DBC6?
The complementary color is HSL(210, 60%, 86%). 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%, 86%) in CSS?
As HSL: color: hsl(30, 60%, 86%); — As HEX: color: #F1DBC6; — As RGB: color: rgb(241, 219, 198); — Tailwind CSS: bg-[hsl(30,60%,86%)] — CSS variable: --color-primary: hsl(30, 60%, 86%);