HSL(55, 90%, 67%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(55,90%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(55, 90%, 67%) | color: hsl(55, 90%, 67%) | |
| HEX | #F7EA5F | color: #F7EA5F | |
| RGB | rgb(247, 234, 95) | color: rgb(247, 234, 95) | |
| CMYK | cmyk(0%, 5%, 62%, 3%) | — | |
| HSV | hsv(55, 62%, 97%) | — | |
| HWB | hwb(55 37% 3%) | color: hwb(55 37% 3%) | |
| OKLCH | oklch(0.9221 0.1575 103.97) | color: oklch(0.9221 0.1575 103.97) | |
| Lab | lab(91.44 -11.88 67.03) | color: lab(91.44 -11.88 67.03) | |
| LCH | lch(91.44 68.07 100.05) | color: lch(91.44 68.07 100.05) |
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)
#F1F181 — rgb(241, 241, 129)
Deuteranopia (Green-blind)
#F2F389 — rgb(242, 243, 137)
Tritanopia (Blue-blind)
#F69BA1 — rgb(246, 155, 161)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(55, 90%, 67%);
text
color: hsl(55, 90%, 67%);
border
border: 2px solid hsl(55, 90%, 67%);
gradient light
background: linear-gradient(to right, hsl(55, 90%, 87%), hsl(55, 90%, 67%));
gradient dark
background: linear-gradient(to right, hsl(55, 90%, 67%), hsl(55, 90%, 47%))
hex
background-color: #F7EA5F;
tailwind
bg-[hsl(55,90%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(55, 90%, 67%, 0.4);
css variable
--color-primary: hsl(55, 90%, 67%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(55, 90%, 67%)?
HEX: #F7EA5F | RGB: rgb(247, 234, 95) | CMYK: 0%, 5%, 62%, 3% | HSV: 55°, 62%, 97%. Copy any format from the conversion table above.
What colors go well with #F7EA5F?
The complementary color is HSL(235, 90%, 67%). 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%, 67%) in CSS?
As HSL: color: hsl(55, 90%, 67%); — As HEX: color: #F7EA5F; — As RGB: color: rgb(247, 234, 95); — Tailwind CSS: bg-[hsl(55,90%,67%)] — CSS variable: --color-primary: hsl(55, 90%, 67%);