HSL(55, 45%, 75%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(55,45%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(55, 45%, 75%) | color: hsl(55, 45%, 75%) | |
| HEX | #DCD7A3 | color: #DCD7A3 | |
| RGB | rgb(220, 215, 163) | color: rgb(220, 215, 163) | |
| CMYK | cmyk(0%, 2%, 26%, 14%) | — | |
| HSV | hsv(55, 26%, 86%) | — | |
| HWB | hwb(55 64% 14%) | color: hwb(55 64% 14%) | |
| OKLCH | oklch(0.8704 0.0683 103.11) | color: oklch(0.8704 0.0683 103.11) | |
| Lab | lab(85.23 -6.41 26.35) | color: lab(85.23 -6.41 26.35) | |
| LCH | lch(85.23 27.12 103.67) | color: lch(85.23 27.12 103.67) |
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)
#DADAB0 — rgb(218, 218, 176)
Deuteranopia (Green-blind)
#DADBB3 — rgb(218, 219, 179)
Tritanopia (Blue-blind)
#DCBABC — rgb(220, 186, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(55, 45%, 75%);
text
color: hsl(55, 45%, 75%);
border
border: 2px solid hsl(55, 45%, 75%);
gradient light
background: linear-gradient(to right, hsl(55, 45%, 95%), hsl(55, 45%, 75%));
gradient dark
background: linear-gradient(to right, hsl(55, 45%, 75%), hsl(55, 45%, 55%))
hex
background-color: #DCD7A3;
tailwind
bg-[hsl(55,45%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(55, 45%, 75%, 0.4);
css variable
--color-primary: hsl(55, 45%, 75%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(55, 45%, 75%)?
HEX: #DCD7A3 | RGB: rgb(220, 215, 163) | CMYK: 0%, 2%, 26%, 14% | HSV: 55°, 26%, 86%. Copy any format from the conversion table above.
What colors go well with #DCD7A3?
The complementary color is HSL(235, 45%, 75%). For a triadic harmony, use hues 55°, 175°, and 295°. For analogous combinations, try hues 25° and 85°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(55, 45%, 75%) in CSS?
As HSL: color: hsl(55, 45%, 75%); — As HEX: color: #DCD7A3; — As RGB: color: rgb(220, 215, 163); — Tailwind CSS: bg-[hsl(55,45%,75%)] — CSS variable: --color-primary: hsl(55, 45%, 75%);