HSL(30, 40%, 71%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(30,40%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(30, 40%, 71%) | color: hsl(30, 40%, 71%) | |
| HEX | #D3B597 | color: #D3B597 | |
| RGB | rgb(211, 181, 151) | color: rgb(211, 181, 151) | |
| CMYK | cmyk(0%, 14%, 28%, 17%) | — | |
| HSV | hsv(30, 28%, 83%) | — | |
| HWB | hwb(30 60% 17%) | color: hwb(30 60% 17%) | |
| OKLCH | oklch(0.7915 0.0535 66.92) | color: oklch(0.7915 0.0535 66.92) | |
| Lab | lab(75.53 6.31 19.3) | color: lab(75.53 6.31 19.3) | |
| LCH | lch(75.53 20.31 71.9) | color: lch(75.53 20.31 71.9) |
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)
#C6C69E — rgb(198, 198, 158)
Deuteranopia (Green-blind)
#C8CAA0 — rgb(200, 202, 160)
Tritanopia (Blue-blind)
#D2A4A5 — rgb(210, 164, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(30, 40%, 71%);
text
color: hsl(30, 40%, 71%);
border
border: 2px solid hsl(30, 40%, 71%);
gradient light
background: linear-gradient(to right, hsl(30, 40%, 91%), hsl(30, 40%, 71%));
gradient dark
background: linear-gradient(to right, hsl(30, 40%, 71%), hsl(30, 40%, 51%))
hex
background-color: #D3B597;
tailwind
bg-[hsl(30,40%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(30, 40%, 71%, 0.4);
css variable
--color-primary: hsl(30, 40%, 71%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(30, 40%, 71%)?
HEX: #D3B597 | RGB: rgb(211, 181, 151) | CMYK: 0%, 14%, 28%, 17% | HSV: 30°, 28%, 83%. Copy any format from the conversion table above.
What colors go well with #D3B597?
The complementary color is HSL(210, 40%, 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, 40%, 71%) in CSS?
As HSL: color: hsl(30, 40%, 71%); — As HEX: color: #D3B597; — As RGB: color: rgb(211, 181, 151); — Tailwind CSS: bg-[hsl(30,40%,71%)] — CSS variable: --color-primary: hsl(30, 40%, 71%);