HSL(62, 94%, 88%)
Very Light Yellow — Yellow color
Adjust Color
Color Information
Color Name
Very Light Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(62,94%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(62, 94%, 88%) | color: hsl(62, 94%, 88%) | |
| HEX | #FBFDC4 | color: #FBFDC4 | |
| RGB | rgb(251, 253, 196) | color: rgb(251, 253, 196) | |
| CMYK | cmyk(1%, 0%, 23%, 1%) | — | |
| HSV | hsv(62, 23%, 99%) | — | |
| HWB | hwb(62 76% 1%) | color: hwb(62 76% 1%) | |
| OKLCH | oklch(0.9788 0.073 109.34) | color: oklch(0.9788 0.073 109.34) | |
| Lab | lab(97.93 -9.6 27.15) | color: lab(97.93 -9.6 27.15) | |
| LCH | lch(97.93 28.8 109.47) | color: lch(97.93 28.8 109.47) |
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)
#FCFCD2 — rgb(252, 252, 210)
Deuteranopia (Green-blind)
#FCFCD5 — rgb(252, 252, 213)
Tritanopia (Blue-blind)
#FBDDDF — rgb(251, 221, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(62, 94%, 88%);
text
color: hsl(62, 94%, 88%);
border
border: 2px solid hsl(62, 94%, 88%);
gradient light
background: linear-gradient(to right, hsl(62, 94%, 100%), hsl(62, 94%, 88%));
gradient dark
background: linear-gradient(to right, hsl(62, 94%, 88%), hsl(62, 94%, 68%))
hex
background-color: #FBFDC4;
tailwind
bg-[hsl(62,94%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(62, 94%, 88%, 0.4);
css variable
--color-primary: hsl(62, 94%, 88%);
Related Colors
Use Cases for Very Light Yellow
Frequently Asked Questions
What are all the color codes for HSL(62, 94%, 88%)?
HEX: #FBFDC4 | RGB: rgb(251, 253, 196) | CMYK: 1%, 0%, 23%, 1% | HSV: 62°, 23%, 99%. Copy any format from the conversion table above.
What colors go well with #FBFDC4?
The complementary color is HSL(242, 94%, 88%). For a triadic harmony, use hues 62°, 182°, and 302°. For analogous combinations, try hues 32° and 92°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(62, 94%, 88%) in CSS?
As HSL: color: hsl(62, 94%, 88%); — As HEX: color: #FBFDC4; — As RGB: color: rgb(251, 253, 196); — Tailwind CSS: bg-[hsl(62,94%,88%)] — CSS variable: --color-primary: hsl(62, 94%, 88%);