HSL(38, 30%, 76%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(38,30%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 30%, 76%) | color: hsl(38, 30%, 76%) | |
| HEX | #D4C7AF | color: #D4C7AF | |
| RGB | rgb(212, 199, 175) | color: rgb(212, 199, 175) | |
| CMYK | cmyk(0%, 6%, 17%, 17%) | — | |
| HSV | hsv(39, 17%, 83%) | — | |
| HWB | hwb(39 69% 17%) | color: hwb(39 69% 17%) | |
| OKLCH | oklch(0.8339 0.0356 82.89) | color: oklch(0.8339 0.0356 82.89) | |
| Lab | lab(80.71 0.61 13.66) | color: lab(80.71 0.61 13.66) | |
| LCH | lch(80.71 13.67 87.44) | color: lch(80.71 13.67 87.44) |
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)
#CECEB5 — rgb(206, 206, 181)
Deuteranopia (Green-blind)
#CFD0B6 — rgb(207, 208, 182)
Tritanopia (Blue-blind)
#D3B9BA — rgb(211, 185, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 30%, 76%);
text
color: hsl(38, 30%, 76%);
border
border: 2px solid hsl(38, 30%, 76%);
gradient light
background: linear-gradient(to right, hsl(38, 30%, 96%), hsl(38, 30%, 76%));
gradient dark
background: linear-gradient(to right, hsl(38, 30%, 76%), hsl(38, 30%, 56%))
hex
background-color: #D4C7AF;
tailwind
bg-[hsl(38,30%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 30%, 76%, 0.4);
css variable
--color-primary: hsl(38, 30%, 76%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(38, 30%, 76%)?
HEX: #D4C7AF | RGB: rgb(212, 199, 175) | CMYK: 0%, 6%, 17%, 17% | HSV: 39°, 17%, 83%. Copy any format from the conversion table above.
What colors go well with #D4C7AF?
The complementary color is HSL(218, 30%, 76%). For a triadic harmony, use hues 38°, 158°, and 278°. For analogous combinations, try hues 8° and 68°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(38, 30%, 76%) in CSS?
As HSL: color: hsl(38, 30%, 76%); — As HEX: color: #D4C7AF; — As RGB: color: rgb(212, 199, 175); — Tailwind CSS: bg-[hsl(38,30%,76%)] — CSS variable: --color-primary: hsl(38, 30%, 76%);