HSL(54, 79%, 81%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(54,79%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(54, 79%, 81%) | color: hsl(54, 79%, 81%) | |
| HEX | #F5EDA8 | color: #F5EDA8 | |
| RGB | rgb(245, 237, 168) | color: rgb(245, 237, 168) | |
| CMYK | cmyk(0%, 3%, 31%, 4%) | — | |
| HSV | hsv(54, 31%, 96%) | — | |
| HWB | hwb(54 66% 4%) | color: hwb(54 66% 4%) | |
| OKLCH | oklch(0.9364 0.088 102.33) | color: oklch(0.9364 0.088 102.33) | |
| Lab | lab(92.93 -7.47 34.47) | color: lab(92.93 -7.47 34.47) | |
| LCH | lch(92.93 35.27 102.23) | color: lch(92.93 35.27 102.23) |
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)
#F2F1B9 — rgb(242, 241, 185)
Deuteranopia (Green-blind)
#F2F3BD — rgb(242, 243, 189)
Tritanopia (Blue-blind)
#F5C6C9 — rgb(245, 198, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(54, 79%, 81%);
text
color: hsl(54, 79%, 81%);
border
border: 2px solid hsl(54, 79%, 81%);
gradient light
background: linear-gradient(to right, hsl(54, 79%, 100%), hsl(54, 79%, 81%));
gradient dark
background: linear-gradient(to right, hsl(54, 79%, 81%), hsl(54, 79%, 61%))
hex
background-color: #F5EDA8;
tailwind
bg-[hsl(54,79%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(54, 79%, 81%, 0.4);
css variable
--color-primary: hsl(54, 79%, 81%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(54, 79%, 81%)?
HEX: #F5EDA8 | RGB: rgb(245, 237, 168) | CMYK: 0%, 3%, 31%, 4% | HSV: 54°, 31%, 96%. Copy any format from the conversion table above.
What colors go well with #F5EDA8?
The complementary color is HSL(234, 79%, 81%). 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%, 81%) in CSS?
As HSL: color: hsl(54, 79%, 81%); — As HEX: color: #F5EDA8; — As RGB: color: rgb(245, 237, 168); — Tailwind CSS: bg-[hsl(54,79%,81%)] — CSS variable: --color-primary: hsl(54, 79%, 81%);