HSL(63, 72%, 80%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(63,72%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(63, 72%, 80%) | color: hsl(63, 72%, 80%) | |
| HEX | #EDF1A7 | color: #EDF1A7 | |
| RGB | rgb(237, 241, 167) | color: rgb(237, 241, 167) | |
| CMYK | cmyk(2%, 0%, 31%, 5%) | — | |
| HSV | hsv(63, 31%, 95%) | — | |
| HWB | hwb(63 66% 5%) | color: hwb(63 66% 5%) | |
| OKLCH | oklch(0.938 0.0942 110.69) | color: oklch(0.938 0.0942 110.69) | |
| Lab | lab(93.32 -12.58 35.39) | color: lab(93.32 -12.58 35.39) | |
| LCH | lch(93.32 37.56 109.57) | color: lch(93.32 37.56 109.57) |
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)
#EFEFB9 — rgb(239, 239, 185)
Deuteranopia (Green-blind)
#EFEEBD — rgb(239, 238, 189)
Tritanopia (Blue-blind)
#EDC7CA — rgb(237, 199, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(63, 72%, 80%);
text
color: hsl(63, 72%, 80%);
border
border: 2px solid hsl(63, 72%, 80%);
gradient light
background: linear-gradient(to right, hsl(63, 72%, 100%), hsl(63, 72%, 80%));
gradient dark
background: linear-gradient(to right, hsl(63, 72%, 80%), hsl(63, 72%, 60%))
hex
background-color: #EDF1A7;
tailwind
bg-[hsl(63,72%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(63, 72%, 80%, 0.4);
css variable
--color-primary: hsl(63, 72%, 80%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(63, 72%, 80%)?
HEX: #EDF1A7 | RGB: rgb(237, 241, 167) | CMYK: 2%, 0%, 31%, 5% | HSV: 63°, 31%, 95%. Copy any format from the conversion table above.
What colors go well with #EDF1A7?
The complementary color is HSL(243, 72%, 80%). For a triadic harmony, use hues 63°, 183°, and 303°. For analogous combinations, try hues 33° and 93°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(63, 72%, 80%) in CSS?
As HSL: color: hsl(63, 72%, 80%); — As HEX: color: #EDF1A7; — As RGB: color: rgb(237, 241, 167); — Tailwind CSS: bg-[hsl(63,72%,80%)] — CSS variable: --color-primary: hsl(63, 72%, 80%);