HSL(58, 45%, 69%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(58,45%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(58, 45%, 69%) | color: hsl(58, 45%, 69%) | |
| HEX | #D4D18C | color: #D4D18C | |
| RGB | rgb(212, 209, 140) | color: rgb(212, 209, 140) | |
| CMYK | cmyk(0%, 1%, 34%, 17%) | — | |
| HSV | hsv(58, 34%, 83%) | — | |
| HWB | hwb(58 55% 17%) | color: hwb(58 55% 17%) | |
| OKLCH | oklch(0.8471 0.0892 106.03) | color: oklch(0.8471 0.0892 106.03) | |
| Lab | lab(82.64 -9.32 34.66) | color: lab(82.64 -9.32 34.66) | |
| LCH | lch(82.64 35.89 105.05) | color: lch(82.64 35.89 105.05) |
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)
#D3D39D — rgb(211, 211, 157)
Deuteranopia (Green-blind)
#D3D3A1 — rgb(211, 211, 161)
Tritanopia (Blue-blind)
#D4AAAD — rgb(212, 170, 173)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(58, 45%, 69%);
text
color: hsl(58, 45%, 69%);
border
border: 2px solid hsl(58, 45%, 69%);
gradient light
background: linear-gradient(to right, hsl(58, 45%, 89%), hsl(58, 45%, 69%));
gradient dark
background: linear-gradient(to right, hsl(58, 45%, 69%), hsl(58, 45%, 49%))
hex
background-color: #D4D18C;
tailwind
bg-[hsl(58,45%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(58, 45%, 69%, 0.4);
css variable
--color-primary: hsl(58, 45%, 69%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(58, 45%, 69%)?
HEX: #D4D18C | RGB: rgb(212, 209, 140) | CMYK: 0%, 1%, 34%, 17% | HSV: 58°, 34%, 83%. Copy any format from the conversion table above.
What colors go well with #D4D18C?
The complementary color is HSL(238, 45%, 69%). For a triadic harmony, use hues 58°, 178°, and 298°. For analogous combinations, try hues 28° and 88°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(58, 45%, 69%) in CSS?
As HSL: color: hsl(58, 45%, 69%); — As HEX: color: #D4D18C; — As RGB: color: rgb(212, 209, 140); — Tailwind CSS: bg-[hsl(58,45%,69%)] — CSS variable: --color-primary: hsl(58, 45%, 69%);