HSL(46, 72%, 69%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(46,72%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(46, 72%, 69%) | color: hsl(46, 72%, 69%) | |
| HEX | #E9CE77 | color: #E9CE77 | |
| RGB | rgb(233, 206, 119) | color: rgb(233, 206, 119) | |
| CMYK | cmyk(0%, 12%, 49%, 9%) | — | |
| HSV | hsv(46, 49%, 91%) | — | |
| HWB | hwb(46 46% 9%) | color: hwb(46 46% 9%) | |
| OKLCH | oklch(0.8559 0.1113 92.64) | color: oklch(0.8559 0.1113 92.64) | |
| Lab | lab(83.34 -1.64 46.46) | color: lab(83.34 -1.64 46.46) | |
| LCH | lch(83.34 46.49 92.02) | color: lch(83.34 46.49 92.02) |
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)
#DDDD8C — rgb(221, 221, 140)
Deuteranopia (Green-blind)
#DFE191 — rgb(223, 225, 145)
Tritanopia (Blue-blind)
#E89DA0 — rgb(232, 157, 160)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(46, 72%, 69%);
text
color: hsl(46, 72%, 69%);
border
border: 2px solid hsl(46, 72%, 69%);
gradient light
background: linear-gradient(to right, hsl(46, 72%, 89%), hsl(46, 72%, 69%));
gradient dark
background: linear-gradient(to right, hsl(46, 72%, 69%), hsl(46, 72%, 49%))
hex
background-color: #E9CE77;
tailwind
bg-[hsl(46,72%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(46, 72%, 69%, 0.4);
css variable
--color-primary: hsl(46, 72%, 69%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(46, 72%, 69%)?
HEX: #E9CE77 | RGB: rgb(233, 206, 119) | CMYK: 0%, 12%, 49%, 9% | HSV: 46°, 49%, 91%. Copy any format from the conversion table above.
What colors go well with #E9CE77?
The complementary color is HSL(226, 72%, 69%). 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, 72%, 69%) in CSS?
As HSL: color: hsl(46, 72%, 69%); — As HEX: color: #E9CE77; — As RGB: color: rgb(233, 206, 119); — Tailwind CSS: bg-[hsl(46,72%,69%)] — CSS variable: --color-primary: hsl(46, 72%, 69%);