HSL(17, 100%, 85%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(17,100%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(17, 100%, 85%) | color: hsl(17, 100%, 85%) | |
| HEX | #FFC8B3 | color: #FFC8B3 | |
| RGB | rgb(255, 200, 179) | color: rgb(255, 200, 179) | |
| CMYK | cmyk(0%, 22%, 30%, 0%) | — | |
| HSV | hsv(17, 30%, 100%) | — | |
| HWB | hwb(17 70% 0%) | color: hwb(17 70% 0%) | |
| OKLCH | oklch(0.8762 0.0693 41.89) | color: oklch(0.8762 0.0693 41.89) | |
| Lab | lab(84.91 16.66 17.99) | color: lab(84.91 16.66 17.99) | |
| LCH | lch(84.91 24.52 47.2) | color: lch(84.91 24.52 47.2) |
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)
#E7E7B8 — rgb(231, 231, 184)
Deuteranopia (Green-blind)
#EAEFB9 — rgb(234, 239, 185)
Tritanopia (Blue-blind)
#FCBCBD — rgb(252, 188, 189)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(17, 100%, 85%);
text
color: hsl(17, 100%, 85%);
border
border: 2px solid hsl(17, 100%, 85%);
gradient light
background: linear-gradient(to right, hsl(17, 100%, 100%), hsl(17, 100%, 85%));
gradient dark
background: linear-gradient(to right, hsl(17, 100%, 85%), hsl(17, 100%, 65%))
hex
background-color: #FFC8B3;
tailwind
bg-[hsl(17,100%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(17, 100%, 85%, 0.4);
css variable
--color-primary: hsl(17, 100%, 85%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(17, 100%, 85%)?
HEX: #FFC8B3 | RGB: rgb(255, 200, 179) | CMYK: 0%, 22%, 30%, 0% | HSV: 17°, 30%, 100%. Copy any format from the conversion table above.
What colors go well with #FFC8B3?
The complementary color is HSL(197, 100%, 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, 100%, 85%) in CSS?
As HSL: color: hsl(17, 100%, 85%); — As HEX: color: #FFC8B3; — As RGB: color: rgb(255, 200, 179); — Tailwind CSS: bg-[hsl(17,100%,85%)] — CSS variable: --color-primary: hsl(17, 100%, 85%);