HSL(54, 95%, 65%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(54,95%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(54, 95%, 65%) | color: hsl(54, 95%, 65%) | |
| HEX | #FBEA51 | color: #FBEA51 | |
| RGB | rgb(251, 234, 81) | color: rgb(251, 234, 81) | |
| CMYK | cmyk(0%, 7%, 68%, 2%) | — | |
| HSV | hsv(54, 68%, 98%) | — | |
| HWB | hwb(54 31% 2%) | color: hwb(54 31% 2%) | |
| OKLCH | oklch(0.9244 0.1673 102.9) | color: oklch(0.9244 0.1673 102.9) | |
| Lab | lab(91.66 -11.04 72.91) | color: lab(91.66 -11.04 72.91) | |
| LCH | lch(91.66 73.74 98.61) | color: lch(91.66 73.74 98.61) |
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)
#F4F376 — rgb(244, 243, 118)
Deuteranopia (Green-blind)
#F5F67F — rgb(245, 246, 127)
Tritanopia (Blue-blind)
#FA939A — rgb(250, 147, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(54, 95%, 65%);
text
color: hsl(54, 95%, 65%);
border
border: 2px solid hsl(54, 95%, 65%);
gradient light
background: linear-gradient(to right, hsl(54, 95%, 85%), hsl(54, 95%, 65%));
gradient dark
background: linear-gradient(to right, hsl(54, 95%, 65%), hsl(54, 95%, 45%))
hex
background-color: #FBEA51;
tailwind
bg-[hsl(54,95%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(54, 95%, 65%, 0.4);
css variable
--color-primary: hsl(54, 95%, 65%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(54, 95%, 65%)?
HEX: #FBEA51 | RGB: rgb(251, 234, 81) | CMYK: 0%, 7%, 68%, 2% | HSV: 54°, 68%, 98%. Copy any format from the conversion table above.
What colors go well with #FBEA51?
The complementary color is HSL(234, 95%, 65%). 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, 95%, 65%) in CSS?
As HSL: color: hsl(54, 95%, 65%); — As HEX: color: #FBEA51; — As RGB: color: rgb(251, 234, 81); — Tailwind CSS: bg-[hsl(54,95%,65%)] — CSS variable: --color-primary: hsl(54, 95%, 65%);