HSL(38, 50%, 74%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(38,50%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 50%, 74%) | color: hsl(38, 50%, 74%) | |
| HEX | #DEC69C | color: #DEC69C | |
| RGB | rgb(222, 198, 156) | color: rgb(222, 198, 156) | |
| CMYK | cmyk(0%, 11%, 30%, 13%) | — | |
| HSV | hsv(38, 30%, 87%) | — | |
| HWB | hwb(38 61% 13%) | color: hwb(38 61% 13%) | |
| OKLCH | oklch(0.8364 0.0619 81.49) | color: oklch(0.8364 0.0619 81.49) | |
| Lab | lab(80.92 2.22 24.17) | color: lab(80.92 2.22 24.17) | |
| LCH | lch(80.92 24.27 84.75) | color: lch(80.92 24.27 84.75) |
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)
#D4D3A6 — rgb(212, 211, 166)
Deuteranopia (Green-blind)
#D5D7A9 — rgb(213, 215, 169)
Tritanopia (Blue-blind)
#DDAEB0 — rgb(221, 174, 176)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 50%, 74%);
text
color: hsl(38, 50%, 74%);
border
border: 2px solid hsl(38, 50%, 74%);
gradient light
background: linear-gradient(to right, hsl(38, 50%, 94%), hsl(38, 50%, 74%));
gradient dark
background: linear-gradient(to right, hsl(38, 50%, 74%), hsl(38, 50%, 54%))
hex
background-color: #DEC69C;
tailwind
bg-[hsl(38,50%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 50%, 74%, 0.4);
css variable
--color-primary: hsl(38, 50%, 74%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(38, 50%, 74%)?
HEX: #DEC69C | RGB: rgb(222, 198, 156) | CMYK: 0%, 11%, 30%, 13% | HSV: 38°, 30%, 87%. Copy any format from the conversion table above.
What colors go well with #DEC69C?
The complementary color is HSL(218, 50%, 74%). 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, 50%, 74%) in CSS?
As HSL: color: hsl(38, 50%, 74%); — As HEX: color: #DEC69C; — As RGB: color: rgb(222, 198, 156); — Tailwind CSS: bg-[hsl(38,50%,74%)] — CSS variable: --color-primary: hsl(38, 50%, 74%);