HSL(61, 68%, 65%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(61,68%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(61, 68%, 65%) | color: hsl(61, 68%, 65%) | |
| HEX | #E0E269 | color: #E0E269 | |
| RGB | rgb(224, 226, 105) | color: rgb(224, 226, 105) | |
| CMYK | cmyk(1%, 0%, 54%, 11%) | — | |
| HSV | hsv(61, 54%, 89%) | — | |
| HWB | hwb(61 41% 11%) | color: hwb(61 41% 11%) | |
| OKLCH | oklch(0.8875 0.1437 109.87) | color: oklch(0.8875 0.1437 109.87) | |
| Lab | lab(87.61 -16.52 57.95) | color: lab(87.61 -16.52 57.95) | |
| LCH | lch(87.61 60.26 105.91) | color: lch(87.61 60.26 105.91) |
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)
#E1E186 — rgb(225, 225, 134)
Deuteranopia (Green-blind)
#E1E18D — rgb(225, 225, 141)
Tritanopia (Blue-blind)
#E09DA2 — rgb(224, 157, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(61, 68%, 65%);
text
color: hsl(61, 68%, 65%);
border
border: 2px solid hsl(61, 68%, 65%);
gradient light
background: linear-gradient(to right, hsl(61, 68%, 85%), hsl(61, 68%, 65%));
gradient dark
background: linear-gradient(to right, hsl(61, 68%, 65%), hsl(61, 68%, 45%))
hex
background-color: #E0E269;
tailwind
bg-[hsl(61,68%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(61, 68%, 65%, 0.4);
css variable
--color-primary: hsl(61, 68%, 65%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(61, 68%, 65%)?
HEX: #E0E269 | RGB: rgb(224, 226, 105) | CMYK: 1%, 0%, 54%, 11% | HSV: 61°, 54%, 89%. Copy any format from the conversion table above.
What colors go well with #E0E269?
The complementary color is HSL(241, 68%, 65%). 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, 68%, 65%) in CSS?
As HSL: color: hsl(61, 68%, 65%); — As HEX: color: #E0E269; — As RGB: color: rgb(224, 226, 105); — Tailwind CSS: bg-[hsl(61,68%,65%)] — CSS variable: --color-primary: hsl(61, 68%, 65%);