HSL(46, 34%, 78%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(46,34%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(46, 34%, 78%) | color: hsl(46, 34%, 78%) | |
| HEX | #DAD1B4 | color: #DAD1B4 | |
| RGB | rgb(218, 209, 180) | color: rgb(218, 209, 180) | |
| CMYK | cmyk(0%, 4%, 17%, 15%) | — | |
| HSV | hsv(46, 17%, 85%) | — | |
| HWB | hwb(46 71% 15%) | color: hwb(46 71% 15%) | |
| OKLCH | oklch(0.8603 0.0401 92.77) | color: oklch(0.8603 0.0401 92.77) | |
| Lab | lab(83.86 -1.64 15.52) | color: lab(83.86 -1.64 15.52) | |
| LCH | lch(83.86 15.61 96.03) | color: lch(83.86 15.61 96.03) |
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)
#D6D6BB — rgb(214, 214, 187)
Deuteranopia (Green-blind)
#D7D7BD — rgb(215, 215, 189)
Tritanopia (Blue-blind)
#DAC1C2 — rgb(218, 193, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(46, 34%, 78%);
text
color: hsl(46, 34%, 78%);
border
border: 2px solid hsl(46, 34%, 78%);
gradient light
background: linear-gradient(to right, hsl(46, 34%, 98%), hsl(46, 34%, 78%));
gradient dark
background: linear-gradient(to right, hsl(46, 34%, 78%), hsl(46, 34%, 58%))
hex
background-color: #DAD1B4;
tailwind
bg-[hsl(46,34%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(46, 34%, 78%, 0.4);
css variable
--color-primary: hsl(46, 34%, 78%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(46, 34%, 78%)?
HEX: #DAD1B4 | RGB: rgb(218, 209, 180) | CMYK: 0%, 4%, 17%, 15% | HSV: 46°, 17%, 85%. Copy any format from the conversion table above.
What colors go well with #DAD1B4?
The complementary color is HSL(226, 34%, 78%). For a triadic harmony, use hues 46°, 166°, and 286°. For analogous combinations, try hues 16° and 76°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(46, 34%, 78%) in CSS?
As HSL: color: hsl(46, 34%, 78%); — As HEX: color: #DAD1B4; — As RGB: color: rgb(218, 209, 180); — Tailwind CSS: bg-[hsl(46,34%,78%)] — CSS variable: --color-primary: hsl(46, 34%, 78%);