HSL(61, 74%, 69%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(61,74%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(61, 74%, 69%) | color: hsl(61, 74%, 69%) | |
| HEX | #E8EA75 | color: #E8EA75 | |
| RGB | rgb(232, 234, 117) | color: rgb(232, 234, 117) | |
| CMYK | cmyk(1%, 0%, 50%, 8%) | — | |
| HSV | hsv(61, 50%, 92%) | — | |
| HWB | hwb(61 46% 8%) | color: hwb(61 46% 8%) | |
| OKLCH | oklch(0.912 0.1401 109.76) | color: oklch(0.912 0.1401 109.76) | |
| Lab | lab(90.45 -16.28 55.95) | color: lab(90.45 -16.28 55.95) | |
| LCH | lch(90.45 58.27 106.22) | color: lch(90.45 58.27 106.22) |
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)
#E9E991 — rgb(233, 233, 145)
Deuteranopia (Green-blind)
#E9E998 — rgb(233, 233, 152)
Tritanopia (Blue-blind)
#E8A8AD — rgb(232, 168, 173)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(61, 74%, 69%);
text
color: hsl(61, 74%, 69%);
border
border: 2px solid hsl(61, 74%, 69%);
gradient light
background: linear-gradient(to right, hsl(61, 74%, 89%), hsl(61, 74%, 69%));
gradient dark
background: linear-gradient(to right, hsl(61, 74%, 69%), hsl(61, 74%, 49%))
hex
background-color: #E8EA75;
tailwind
bg-[hsl(61,74%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(61, 74%, 69%, 0.4);
css variable
--color-primary: hsl(61, 74%, 69%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(61, 74%, 69%)?
HEX: #E8EA75 | RGB: rgb(232, 234, 117) | CMYK: 1%, 0%, 50%, 8% | HSV: 61°, 50%, 92%. Copy any format from the conversion table above.
What colors go well with #E8EA75?
The complementary color is HSL(241, 74%, 69%). For a triadic harmony, use hues 61°, 181°, and 301°. For analogous combinations, try hues 31° and 91°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(61, 74%, 69%) in CSS?
As HSL: color: hsl(61, 74%, 69%); — As HEX: color: #E8EA75; — As RGB: color: rgb(232, 234, 117); — Tailwind CSS: bg-[hsl(61,74%,69%)] — CSS variable: --color-primary: hsl(61, 74%, 69%);