HSL(57, 97%, 65%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(57,97%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(57, 97%, 65%) | color: hsl(57, 97%, 65%) | |
| HEX | #FCF44F | color: #FCF44F | |
| RGB | rgb(252, 244, 79) | color: rgb(252, 244, 79) | |
| CMYK | cmyk(0%, 3%, 69%, 1%) | — | |
| HSV | hsv(57, 69%, 99%) | — | |
| HWB | hwb(57 31% 1%) | color: hwb(57 31% 1%) | |
| OKLCH | oklch(0.9455 0.1772 106.58) | color: oklch(0.9455 0.1772 106.58) | |
| Lab | lab(94.3 -15.63 76.3) | color: lab(94.3 -15.63 76.3) | |
| LCH | lch(94.3 77.88 101.58) | color: lch(94.3 77.88 101.58) |
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)
#F9F877 — rgb(249, 248, 119)
Deuteranopia (Green-blind)
#F9FA81 — rgb(249, 250, 129)
Tritanopia (Blue-blind)
#FC969D — rgb(252, 150, 157)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(57, 97%, 65%);
text
color: hsl(57, 97%, 65%);
border
border: 2px solid hsl(57, 97%, 65%);
gradient light
background: linear-gradient(to right, hsl(57, 97%, 85%), hsl(57, 97%, 65%));
gradient dark
background: linear-gradient(to right, hsl(57, 97%, 65%), hsl(57, 97%, 45%))
hex
background-color: #FCF44F;
tailwind
bg-[hsl(57,97%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(57, 97%, 65%, 0.4);
css variable
--color-primary: hsl(57, 97%, 65%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(57, 97%, 65%)?
HEX: #FCF44F | RGB: rgb(252, 244, 79) | CMYK: 0%, 3%, 69%, 1% | HSV: 57°, 69%, 99%. Copy any format from the conversion table above.
What colors go well with #FCF44F?
The complementary color is HSL(237, 97%, 65%). For a triadic harmony, use hues 57°, 177°, and 297°. For analogous combinations, try hues 27° and 87°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(57, 97%, 65%) in CSS?
As HSL: color: hsl(57, 97%, 65%); — As HEX: color: #FCF44F; — As RGB: color: rgb(252, 244, 79); — Tailwind CSS: bg-[hsl(57,97%,65%)] — CSS variable: --color-primary: hsl(57, 97%, 65%);