HSL(43, 40%, 74%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(43,40%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(43, 40%, 74%) | color: hsl(43, 40%, 74%) | |
| HEX | #D7C8A2 | color: #D7C8A2 | |
| RGB | rgb(215, 200, 162) | color: rgb(215, 200, 162) | |
| CMYK | cmyk(0%, 7%, 25%, 16%) | — | |
| HSV | hsv(43, 25%, 84%) | — | |
| HWB | hwb(43 63% 16%) | color: hwb(43 63% 16%) | |
| OKLCH | oklch(0.8355 0.0534 89.04) | color: oklch(0.8355 0.0534 89.04) | |
| Lab | lab(80.94 -0.69 20.94) | color: lab(80.94 -0.69 20.94) | |
| LCH | lch(80.94 20.95 91.89) | color: lch(80.94 20.95 91.89) |
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)
#D1D0AB — rgb(209, 208, 171)
Deuteranopia (Green-blind)
#D1D3AD — rgb(209, 211, 173)
Tritanopia (Blue-blind)
#D6B2B4 — rgb(214, 178, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(43, 40%, 74%);
text
color: hsl(43, 40%, 74%);
border
border: 2px solid hsl(43, 40%, 74%);
gradient light
background: linear-gradient(to right, hsl(43, 40%, 94%), hsl(43, 40%, 74%));
gradient dark
background: linear-gradient(to right, hsl(43, 40%, 74%), hsl(43, 40%, 54%))
hex
background-color: #D7C8A2;
tailwind
bg-[hsl(43,40%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(43, 40%, 74%, 0.4);
css variable
--color-primary: hsl(43, 40%, 74%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(43, 40%, 74%)?
HEX: #D7C8A2 | RGB: rgb(215, 200, 162) | CMYK: 0%, 7%, 25%, 16% | HSV: 43°, 25%, 84%. Copy any format from the conversion table above.
What colors go well with #D7C8A2?
The complementary color is HSL(223, 40%, 74%). For a triadic harmony, use hues 43°, 163°, and 283°. For analogous combinations, try hues 13° and 73°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(43, 40%, 74%) in CSS?
As HSL: color: hsl(43, 40%, 74%); — As HEX: color: #D7C8A2; — As RGB: color: rgb(215, 200, 162); — Tailwind CSS: bg-[hsl(43,40%,74%)] — CSS variable: --color-primary: hsl(43, 40%, 74%);