HSL(55, 90%, 61%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(55,90%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(55, 90%, 61%) | color: hsl(55, 90%, 61%) | |
| HEX | #F5E642 | color: #F5E642 | |
| RGB | rgb(245, 230, 66) | color: rgb(245, 230, 66) | |
| CMYK | cmyk(0%, 6%, 73%, 4%) | — | |
| HSV | hsv(55, 73%, 96%) | — | |
| HWB | hwb(55 26% 4%) | color: hwb(55 26% 4%) | |
| OKLCH | oklch(0.91 0.1734 103.98) | color: oklch(0.91 0.1734 103.98) | |
| Lab | lab(90.05 -12.24 76.48) | color: lab(90.05 -12.24 76.48) | |
| LCH | lch(90.05 77.45 99.09) | color: lch(90.05 77.45 99.09) |
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)
#EFEE6A — rgb(239, 238, 106)
Deuteranopia (Green-blind)
#EFF173 — rgb(239, 241, 115)
Tritanopia (Blue-blind)
#F48990 — rgb(244, 137, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(55, 90%, 61%);
text
color: hsl(55, 90%, 61%);
border
border: 2px solid hsl(55, 90%, 61%);
gradient light
background: linear-gradient(to right, hsl(55, 90%, 81%), hsl(55, 90%, 61%));
gradient dark
background: linear-gradient(to right, hsl(55, 90%, 61%), hsl(55, 90%, 41%))
hex
background-color: #F5E642;
tailwind
bg-[hsl(55,90%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(55, 90%, 61%, 0.4);
css variable
--color-primary: hsl(55, 90%, 61%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(55, 90%, 61%)?
HEX: #F5E642 | RGB: rgb(245, 230, 66) | CMYK: 0%, 6%, 73%, 4% | HSV: 55°, 73%, 96%. Copy any format from the conversion table above.
What colors go well with #F5E642?
The complementary color is HSL(235, 90%, 61%). For a triadic harmony, use hues 55°, 175°, and 295°. For analogous combinations, try hues 25° and 85°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(55, 90%, 61%) in CSS?
As HSL: color: hsl(55, 90%, 61%); — As HEX: color: #F5E642; — As RGB: color: rgb(245, 230, 66); — Tailwind CSS: bg-[hsl(55,90%,61%)] — CSS variable: --color-primary: hsl(55, 90%, 61%);