HSL(17, 70%, 86%)
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(17,70%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(17, 70%, 86%) | color: hsl(17, 70%, 86%) | |
| HEX | #F4D0C2 | color: #F4D0C2 | |
| RGB | rgb(244, 208, 194) | color: rgb(244, 208, 194) | |
| CMYK | cmyk(0%, 15%, 20%, 4%) | — | |
| HSV | hsv(17, 20%, 96%) | — | |
| HWB | hwb(17 77% 4%) | color: hwb(17 77% 4%) | |
| OKLCH | oklch(0.8844 0.045 42.4) | color: oklch(0.8844 0.045 42.4) | |
| Lab | lab(86.13 10.47 11.63) | color: lab(86.13 10.47 11.63) | |
| LCH | lch(86.13 15.65 48) | color: lch(86.13 15.65 48) |
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)
#E4E4C5 — rgb(228, 228, 197)
Deuteranopia (Green-blind)
#E7E9C6 — rgb(231, 233, 198)
Tritanopia (Blue-blind)
#F2C8C9 — rgb(242, 200, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(17, 70%, 86%);
text
color: hsl(17, 70%, 86%);
border
border: 2px solid hsl(17, 70%, 86%);
gradient light
background: linear-gradient(to right, hsl(17, 70%, 100%), hsl(17, 70%, 86%));
gradient dark
background: linear-gradient(to right, hsl(17, 70%, 86%), hsl(17, 70%, 66%))
hex
background-color: #F4D0C2;
tailwind
bg-[hsl(17,70%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(17, 70%, 86%, 0.4);
css variable
--color-primary: hsl(17, 70%, 86%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(17, 70%, 86%)?
HEX: #F4D0C2 | RGB: rgb(244, 208, 194) | CMYK: 0%, 15%, 20%, 4% | HSV: 17°, 20%, 96%. Copy any format from the conversion table above.
What colors go well with #F4D0C2?
The complementary color is HSL(197, 70%, 86%). For a triadic harmony, use hues 17°, 137°, and 257°. For analogous combinations, try hues 347° and 47°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(17, 70%, 86%) in CSS?
As HSL: color: hsl(17, 70%, 86%); — As HEX: color: #F4D0C2; — As RGB: color: rgb(244, 208, 194); — Tailwind CSS: bg-[hsl(17,70%,86%)] — CSS variable: --color-primary: hsl(17, 70%, 86%);