HSL(32, 95%, 79%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,95%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 95%, 79%) | color: hsl(32, 95%, 79%) | |
| HEX | #FCCD97 | color: #FCCD97 | |
| RGB | rgb(252, 205, 151) | color: rgb(252, 205, 151) | |
| CMYK | cmyk(0%, 19%, 40%, 1%) | — | |
| HSV | hsv(32, 40%, 99%) | — | |
| HWB | hwb(32 59% 1%) | color: hwb(32 59% 1%) | |
| OKLCH | oklch(0.8769 0.0875 70.18) | color: oklch(0.8769 0.0875 70.18) | |
| Lab | lab(85.3 9.6 33.15) | color: lab(85.3 9.6 33.15) | |
| LCH | lch(85.3 34.51 73.85) | color: lch(85.3 34.51 73.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)
#E8E7A4 — rgb(232, 231, 164)
Deuteranopia (Green-blind)
#EAEEA7 — rgb(234, 238, 167)
Tritanopia (Blue-blind)
#FAAEB1 — rgb(250, 174, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 95%, 79%);
text
color: hsl(32, 95%, 79%);
border
border: 2px solid hsl(32, 95%, 79%);
gradient light
background: linear-gradient(to right, hsl(32, 95%, 99%), hsl(32, 95%, 79%));
gradient dark
background: linear-gradient(to right, hsl(32, 95%, 79%), hsl(32, 95%, 59%))
hex
background-color: #FCCD97;
tailwind
bg-[hsl(32,95%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 95%, 79%, 0.4);
css variable
--color-primary: hsl(32, 95%, 79%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 95%, 79%)?
HEX: #FCCD97 | RGB: rgb(252, 205, 151) | CMYK: 0%, 19%, 40%, 1% | HSV: 32°, 40%, 99%. Copy any format from the conversion table above.
What colors go well with #FCCD97?
The complementary color is HSL(212, 95%, 79%). For a triadic harmony, use hues 32°, 152°, and 272°. For analogous combinations, try hues 2° and 62°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(32, 95%, 79%) in CSS?
As HSL: color: hsl(32, 95%, 79%); — As HEX: color: #FCCD97; — As RGB: color: rgb(252, 205, 151); — Tailwind CSS: bg-[hsl(32,95%,79%)] — CSS variable: --color-primary: hsl(32, 95%, 79%);