HSL(32, 25%, 70%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,25%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 25%, 70%) | color: hsl(32, 25%, 70%) | |
| HEX | #C6B49F | color: #C6B49F | |
| RGB | rgb(198, 180, 159) | color: rgb(198, 180, 159) | |
| CMYK | cmyk(0%, 9%, 20%, 22%) | — | |
| HSV | hsv(32, 20%, 78%) | — | |
| HWB | hwb(32 62% 22%) | color: hwb(32 62% 22%) | |
| OKLCH | oklch(0.7795 0.0356 71.54) | color: oklch(0.7795 0.0356 71.54) | |
| Lab | lab(74.29 3.02 13.05) | color: lab(74.29 3.02 13.05) | |
| LCH | lch(74.29 13.39 76.97) | color: lch(74.29 13.39 76.97) |
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)
#BEBEA4 — rgb(190, 190, 164)
Deuteranopia (Green-blind)
#BFC1A5 — rgb(191, 193, 165)
Tritanopia (Blue-blind)
#C5A8A9 — rgb(197, 168, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 25%, 70%);
text
color: hsl(32, 25%, 70%);
border
border: 2px solid hsl(32, 25%, 70%);
gradient light
background: linear-gradient(to right, hsl(32, 25%, 90%), hsl(32, 25%, 70%));
gradient dark
background: linear-gradient(to right, hsl(32, 25%, 70%), hsl(32, 25%, 50%))
hex
background-color: #C6B49F;
tailwind
bg-[hsl(32,25%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 25%, 70%, 0.4);
css variable
--color-primary: hsl(32, 25%, 70%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 25%, 70%)?
HEX: #C6B49F | RGB: rgb(198, 180, 159) | CMYK: 0%, 9%, 20%, 22% | HSV: 32°, 20%, 78%. Copy any format from the conversion table above.
What colors go well with #C6B49F?
The complementary color is HSL(212, 25%, 70%). 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, 25%, 70%) in CSS?
As HSL: color: hsl(32, 25%, 70%); — As HEX: color: #C6B49F; — As RGB: color: rgb(198, 180, 159); — Tailwind CSS: bg-[hsl(32,25%,70%)] — CSS variable: --color-primary: hsl(32, 25%, 70%);