HSL(55, 90%, 71%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(55,90%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(55, 90%, 71%) | color: hsl(55, 90%, 71%) | |
| HEX | #F8ED72 | color: #F8ED72 | |
| RGB | rgb(248, 237, 114) | color: rgb(248, 237, 114) | |
| CMYK | cmyk(0%, 4%, 54%, 3%) | — | |
| HSV | hsv(55, 54%, 97%) | — | |
| HWB | hwb(55 45% 3%) | color: hwb(55 45% 3%) | |
| OKLCH | oklch(0.931 0.1444 104.17) | color: oklch(0.931 0.1444 104.17) | |
| Lab | lab(92.46 -11.64 59.97) | color: lab(92.46 -11.64 59.97) | |
| LCH | lch(92.46 61.09 100.98) | color: lch(92.46 61.09 100.98) |
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)
#F3F390 — rgb(243, 243, 144)
Deuteranopia (Green-blind)
#F4F597 — rgb(244, 245, 151)
Tritanopia (Blue-blind)
#F7A7AC — rgb(247, 167, 172)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(55, 90%, 71%);
text
color: hsl(55, 90%, 71%);
border
border: 2px solid hsl(55, 90%, 71%);
gradient light
background: linear-gradient(to right, hsl(55, 90%, 91%), hsl(55, 90%, 71%));
gradient dark
background: linear-gradient(to right, hsl(55, 90%, 71%), hsl(55, 90%, 51%))
hex
background-color: #F8ED72;
tailwind
bg-[hsl(55,90%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(55, 90%, 71%, 0.4);
css variable
--color-primary: hsl(55, 90%, 71%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(55, 90%, 71%)?
HEX: #F8ED72 | RGB: rgb(248, 237, 114) | CMYK: 0%, 4%, 54%, 3% | HSV: 55°, 54%, 97%. Copy any format from the conversion table above.
What colors go well with #F8ED72?
The complementary color is HSL(235, 90%, 71%). 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%, 71%) in CSS?
As HSL: color: hsl(55, 90%, 71%); — As HEX: color: #F8ED72; — As RGB: color: rgb(248, 237, 114); — Tailwind CSS: bg-[hsl(55,90%,71%)] — CSS variable: --color-primary: hsl(55, 90%, 71%);