HSL(17, 75%, 85%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(17,75%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(17, 75%, 85%) | color: hsl(17, 75%, 85%) | |
| HEX | #F5CCBC | color: #F5CCBC | |
| RGB | rgb(245, 204, 188) | color: rgb(245, 204, 188) | |
| CMYK | cmyk(0%, 17%, 23%, 4%) | — | |
| HSV | hsv(17, 23%, 96%) | — | |
| HWB | hwb(17 74% 4%) | color: hwb(17 74% 4%) | |
| OKLCH | oklch(0.8762 0.0515 42.44) | color: oklch(0.8762 0.0515 42.44) | |
| Lab | lab(85.11 12.07 13.38) | color: lab(85.11 12.07 13.38) | |
| LCH | lch(85.11 18.02 47.95) | color: lch(85.11 18.02 47.95) |
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)
#E3E3C0 — rgb(227, 227, 192)
Deuteranopia (Green-blind)
#E6E9C1 — rgb(230, 233, 193)
Tritanopia (Blue-blind)
#F3C3C4 — rgb(243, 195, 196)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(17, 75%, 85%);
text
color: hsl(17, 75%, 85%);
border
border: 2px solid hsl(17, 75%, 85%);
gradient light
background: linear-gradient(to right, hsl(17, 75%, 100%), hsl(17, 75%, 85%));
gradient dark
background: linear-gradient(to right, hsl(17, 75%, 85%), hsl(17, 75%, 65%))
hex
background-color: #F5CCBC;
tailwind
bg-[hsl(17,75%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(17, 75%, 85%, 0.4);
css variable
--color-primary: hsl(17, 75%, 85%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(17, 75%, 85%)?
HEX: #F5CCBC | RGB: rgb(245, 204, 188) | CMYK: 0%, 17%, 23%, 4% | HSV: 17°, 23%, 96%. Copy any format from the conversion table above.
What colors go well with #F5CCBC?
The complementary color is HSL(197, 75%, 85%). 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, 75%, 85%) in CSS?
As HSL: color: hsl(17, 75%, 85%); — As HEX: color: #F5CCBC; — As RGB: color: rgb(245, 204, 188); — Tailwind CSS: bg-[hsl(17,75%,85%)] — CSS variable: --color-primary: hsl(17, 75%, 85%);