HSL(30, 32%, 71%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(30,32%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(30, 32%, 71%) | color: hsl(30, 32%, 71%) | |
| HEX | #CDB59D | color: #CDB59D | |
| RGB | rgb(205, 181, 157) | color: rgb(205, 181, 157) | |
| CMYK | cmyk(0%, 12%, 23%, 20%) | — | |
| HSV | hsv(30, 23%, 80%) | — | |
| HWB | hwb(30 62% 20%) | color: hwb(30 62% 20%) | |
| OKLCH | oklch(0.7873 0.043 67.13) | color: oklch(0.7873 0.043 67.13) | |
| Lab | lab(75.12 4.84 15.39) | color: lab(75.12 4.84 15.39) | |
| LCH | lch(75.12 16.13 72.54) | color: lch(75.12 16.13 72.54) |
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)
#C3C2A3 — rgb(195, 194, 163)
Deuteranopia (Green-blind)
#C4C6A4 — rgb(196, 198, 164)
Tritanopia (Blue-blind)
#CCA7A8 — rgb(204, 167, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(30, 32%, 71%);
text
color: hsl(30, 32%, 71%);
border
border: 2px solid hsl(30, 32%, 71%);
gradient light
background: linear-gradient(to right, hsl(30, 32%, 91%), hsl(30, 32%, 71%));
gradient dark
background: linear-gradient(to right, hsl(30, 32%, 71%), hsl(30, 32%, 51%))
hex
background-color: #CDB59D;
tailwind
bg-[hsl(30,32%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(30, 32%, 71%, 0.4);
css variable
--color-primary: hsl(30, 32%, 71%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(30, 32%, 71%)?
HEX: #CDB59D | RGB: rgb(205, 181, 157) | CMYK: 0%, 12%, 23%, 20% | HSV: 30°, 23%, 80%. Copy any format from the conversion table above.
What colors go well with #CDB59D?
The complementary color is HSL(210, 32%, 71%). For a triadic harmony, use hues 30°, 150°, and 270°. For analogous combinations, try hues 0° and 60°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(30, 32%, 71%) in CSS?
As HSL: color: hsl(30, 32%, 71%); — As HEX: color: #CDB59D; — As RGB: color: rgb(205, 181, 157); — Tailwind CSS: bg-[hsl(30,32%,71%)] — CSS variable: --color-primary: hsl(30, 32%, 71%);