HSL(54, 79%, 68%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(54,79%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(54, 79%, 68%) | color: hsl(54, 79%, 68%) | |
| HEX | #EEE16D | color: #EEE16D | |
| RGB | rgb(238, 225, 109) | color: rgb(238, 225, 109) | |
| CMYK | cmyk(0%, 5%, 54%, 7%) | — | |
| HSV | hsv(54, 54%, 93%) | — | |
| HWB | hwb(54 43% 7%) | color: hwb(54 43% 7%) | |
| OKLCH | oklch(0.8975 0.1378 102.94) | color: oklch(0.8975 0.1378 102.94) | |
| Lab | lab(88.51 -10.08 57.46) | color: lab(88.51 -10.08 57.46) | |
| LCH | lch(88.51 58.34 99.95) | color: lch(88.51 58.34 99.95) |
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)
#E8E889 — rgb(232, 232, 137)
Deuteranopia (Green-blind)
#E9EA90 — rgb(233, 234, 144)
Tritanopia (Blue-blind)
#ED9FA4 — rgb(237, 159, 164)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(54, 79%, 68%);
text
color: hsl(54, 79%, 68%);
border
border: 2px solid hsl(54, 79%, 68%);
gradient light
background: linear-gradient(to right, hsl(54, 79%, 88%), hsl(54, 79%, 68%));
gradient dark
background: linear-gradient(to right, hsl(54, 79%, 68%), hsl(54, 79%, 48%))
hex
background-color: #EEE16D;
tailwind
bg-[hsl(54,79%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(54, 79%, 68%, 0.4);
css variable
--color-primary: hsl(54, 79%, 68%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(54, 79%, 68%)?
HEX: #EEE16D | RGB: rgb(238, 225, 109) | CMYK: 0%, 5%, 54%, 7% | HSV: 54°, 54%, 93%. Copy any format from the conversion table above.
What colors go well with #EEE16D?
The complementary color is HSL(234, 79%, 68%). For a triadic harmony, use hues 54°, 174°, and 294°. For analogous combinations, try hues 24° and 84°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(54, 79%, 68%) in CSS?
As HSL: color: hsl(54, 79%, 68%); — As HEX: color: #EEE16D; — As RGB: color: rgb(238, 225, 109); — Tailwind CSS: bg-[hsl(54,79%,68%)] — CSS variable: --color-primary: hsl(54, 79%, 68%);