HSL(62, 63%, 72%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(62,63%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(62, 63%, 72%) | color: hsl(62, 63%, 72%) | |
| HEX | #E2E58B | color: #E2E58B | |
| RGB | rgb(226, 229, 139) | color: rgb(226, 229, 139) | |
| CMYK | cmyk(1%, 0%, 39%, 10%) | — | |
| HSV | hsv(62, 39%, 90%) | — | |
| HWB | hwb(62 55% 10%) | color: hwb(62 55% 10%) | |
| OKLCH | oklch(0.8999 0.1127 110.11) | color: oklch(0.8999 0.1127 110.11) | |
| Lab | lab(88.96 -14.05 43.51) | color: lab(88.96 -14.05 43.51) | |
| LCH | lch(88.96 45.72 107.9) | color: lch(88.96 45.72 107.9) |
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)
#E3E3A1 — rgb(227, 227, 161)
Deuteranopia (Green-blind)
#E3E3A6 — rgb(227, 227, 166)
Tritanopia (Blue-blind)
#E2B2B6 — rgb(226, 178, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(62, 63%, 72%);
text
color: hsl(62, 63%, 72%);
border
border: 2px solid hsl(62, 63%, 72%);
gradient light
background: linear-gradient(to right, hsl(62, 63%, 92%), hsl(62, 63%, 72%));
gradient dark
background: linear-gradient(to right, hsl(62, 63%, 72%), hsl(62, 63%, 52%))
hex
background-color: #E2E58B;
tailwind
bg-[hsl(62,63%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(62, 63%, 72%, 0.4);
css variable
--color-primary: hsl(62, 63%, 72%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(62, 63%, 72%)?
HEX: #E2E58B | RGB: rgb(226, 229, 139) | CMYK: 1%, 0%, 39%, 10% | HSV: 62°, 39%, 90%. Copy any format from the conversion table above.
What colors go well with #E2E58B?
The complementary color is HSL(242, 63%, 72%). For a triadic harmony, use hues 62°, 182°, and 302°. For analogous combinations, try hues 32° and 92°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(62, 63%, 72%) in CSS?
As HSL: color: hsl(62, 63%, 72%); — As HEX: color: #E2E58B; — As RGB: color: rgb(226, 229, 139); — Tailwind CSS: bg-[hsl(62,63%,72%)] — CSS variable: --color-primary: hsl(62, 63%, 72%);