HSL(61, 100%, 76%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(61,100%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(61, 100%, 76%) | color: hsl(61, 100%, 76%) | |
| HEX | #FDFF85 | color: #FDFF85 | |
| RGB | rgb(253, 255, 133) | color: rgb(253, 255, 133) | |
| CMYK | cmyk(1%, 0%, 48%, 0%) | — | |
| HSV | hsv(61, 48%, 100%) | — | |
| HWB | hwb(61 52% 0%) | color: hwb(61 52% 0%) | |
| OKLCH | oklch(0.9741 0.1449 109.65) | color: oklch(0.9741 0.1449 109.65) | |
| Lab | lab(97.67 -16.89 57.55) | color: lab(97.67 -16.89 57.55) | |
| LCH | lch(97.67 59.98 106.36) | color: lch(97.67 59.98 106.36) |
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)
#FEFEA3 — rgb(254, 254, 163)
Deuteranopia (Green-blind)
#FEFEAA — rgb(254, 254, 170)
Tritanopia (Blue-blind)
#FDBABF — rgb(253, 186, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(61, 100%, 76%);
text
color: hsl(61, 100%, 76%);
border
border: 2px solid hsl(61, 100%, 76%);
gradient light
background: linear-gradient(to right, hsl(61, 100%, 96%), hsl(61, 100%, 76%));
gradient dark
background: linear-gradient(to right, hsl(61, 100%, 76%), hsl(61, 100%, 56%))
hex
background-color: #FDFF85;
tailwind
bg-[hsl(61,100%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(61, 100%, 76%, 0.4);
css variable
--color-primary: hsl(61, 100%, 76%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(61, 100%, 76%)?
HEX: #FDFF85 | RGB: rgb(253, 255, 133) | CMYK: 1%, 0%, 48%, 0% | HSV: 61°, 48%, 100%. Copy any format from the conversion table above.
What colors go well with #FDFF85?
The complementary color is HSL(241, 100%, 76%). For a triadic harmony, use hues 61°, 181°, and 301°. For analogous combinations, try hues 31° and 91°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(61, 100%, 76%) in CSS?
As HSL: color: hsl(61, 100%, 76%); — As HEX: color: #FDFF85; — As RGB: color: rgb(253, 255, 133); — Tailwind CSS: bg-[hsl(61,100%,76%)] — CSS variable: --color-primary: hsl(61, 100%, 76%);