HSL(17, 68%, 88%)
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,68%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(17, 68%, 88%) | color: hsl(17, 68%, 88%) | |
| HEX | #F5D7CC | color: #F5D7CC | |
| RGB | rgb(245, 215, 204) | color: rgb(245, 215, 204) | |
| CMYK | cmyk(0%, 12%, 17%, 4%) | — | |
| HSV | hsv(16, 17%, 96%) | — | |
| HWB | hwb(16 80% 4%) | color: hwb(16 80% 4%) | |
| OKLCH | oklch(0.9011 0.0368 41.22) | color: oklch(0.9011 0.0368 41.22) | |
| Lab | lab(88.15 8.67 9.25) | color: lab(88.15 8.67 9.25) | |
| LCH | lch(88.15 12.68 46.85) | color: lch(88.15 12.68 46.85) |
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)
#E8E8CF — rgb(232, 232, 207)
Deuteranopia (Green-blind)
#EAECCF — rgb(234, 236, 207)
Tritanopia (Blue-blind)
#F4D1D1 — rgb(244, 209, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(17, 68%, 88%);
text
color: hsl(17, 68%, 88%);
border
border: 2px solid hsl(17, 68%, 88%);
gradient light
background: linear-gradient(to right, hsl(17, 68%, 100%), hsl(17, 68%, 88%));
gradient dark
background: linear-gradient(to right, hsl(17, 68%, 88%), hsl(17, 68%, 68%))
hex
background-color: #F5D7CC;
tailwind
bg-[hsl(17,68%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(17, 68%, 88%, 0.4);
css variable
--color-primary: hsl(17, 68%, 88%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(17, 68%, 88%)?
HEX: #F5D7CC | RGB: rgb(245, 215, 204) | CMYK: 0%, 12%, 17%, 4% | HSV: 16°, 17%, 96%. Copy any format from the conversion table above.
What colors go well with #F5D7CC?
The complementary color is HSL(197, 68%, 88%). 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, 68%, 88%) in CSS?
As HSL: color: hsl(17, 68%, 88%); — As HEX: color: #F5D7CC; — As RGB: color: rgb(245, 215, 204); — Tailwind CSS: bg-[hsl(17,68%,88%)] — CSS variable: --color-primary: hsl(17, 68%, 88%);