HSL(41, 52%, 72%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,52%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 52%, 72%) | color: hsl(41, 52%, 72%) | |
| HEX | #DDC592 | color: #DDC592 | |
| RGB | rgb(221, 197, 146) | color: rgb(221, 197, 146) | |
| CMYK | cmyk(0%, 11%, 34%, 13%) | — | |
| HSV | hsv(41, 34%, 87%) | — | |
| HWB | hwb(41 57% 13%) | color: hwb(41 57% 13%) | |
| OKLCH | oklch(0.8315 0.0721 85.6) | color: oklch(0.8315 0.0721 85.6) | |
| Lab | lab(80.39 1.1 28.71) | color: lab(80.39 1.1 28.71) | |
| LCH | lch(80.39 28.73 87.81) | color: lch(80.39 28.73 87.81) |
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)
#D3D29E — rgb(211, 210, 158)
Deuteranopia (Green-blind)
#D4D6A1 — rgb(212, 214, 161)
Tritanopia (Blue-blind)
#DCA8AA — rgb(220, 168, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 52%, 72%);
text
color: hsl(41, 52%, 72%);
border
border: 2px solid hsl(41, 52%, 72%);
gradient light
background: linear-gradient(to right, hsl(41, 52%, 92%), hsl(41, 52%, 72%));
gradient dark
background: linear-gradient(to right, hsl(41, 52%, 72%), hsl(41, 52%, 52%))
hex
background-color: #DDC592;
tailwind
bg-[hsl(41,52%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 52%, 72%, 0.4);
css variable
--color-primary: hsl(41, 52%, 72%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 52%, 72%)?
HEX: #DDC592 | RGB: rgb(221, 197, 146) | CMYK: 0%, 11%, 34%, 13% | HSV: 41°, 34%, 87%. Copy any format from the conversion table above.
What colors go well with #DDC592?
The complementary color is HSL(221, 52%, 72%). For a triadic harmony, use hues 41°, 161°, and 281°. For analogous combinations, try hues 11° and 71°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(41, 52%, 72%) in CSS?
As HSL: color: hsl(41, 52%, 72%); — As HEX: color: #DDC592; — As RGB: color: rgb(221, 197, 146); — Tailwind CSS: bg-[hsl(41,52%,72%)] — CSS variable: --color-primary: hsl(41, 52%, 72%);