HSL(48, 83%, 94%)
Very Light Yellow — Yellow color
Adjust Color
Color Information
Color Name
Very Light Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(48,83%,94%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(48, 83%, 94%) | color: hsl(48, 83%, 94%) | |
| HEX | #FCF7E3 | color: #FCF7E3 | |
| RGB | rgb(252, 247, 227) | color: rgb(252, 247, 227) | |
| CMYK | cmyk(0%, 2%, 10%, 1%) | — | |
| HSV | hsv(48, 10%, 99%) | — | |
| HWB | hwb(48 89% 1%) | color: hwb(48 89% 1%) | |
| OKLCH | oklch(0.9747 0.0268 95.34) | color: oklch(0.9747 0.0268 95.34) | |
| Lab | lab(97.13 -1.66 10.2) | color: lab(97.13 -1.66 10.2) | |
| LCH | lch(97.13 10.33 99.24) | color: lch(97.13 10.33 99.24) |
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)
#FAFAE8 — rgb(250, 250, 232)
Deuteranopia (Green-blind)
#FAFBE9 — rgb(250, 251, 233)
Tritanopia (Blue-blind)
#FCECED — rgb(252, 236, 237)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(48, 83%, 94%);
text
color: hsl(48, 83%, 94%);
border
border: 2px solid hsl(48, 83%, 94%);
gradient light
background: linear-gradient(to right, hsl(48, 83%, 100%), hsl(48, 83%, 94%));
gradient dark
background: linear-gradient(to right, hsl(48, 83%, 94%), hsl(48, 83%, 74%))
hex
background-color: #FCF7E3;
tailwind
bg-[hsl(48,83%,94%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(48, 83%, 94%, 0.4);
css variable
--color-primary: hsl(48, 83%, 94%);
Related Colors
Use Cases for Very Light Yellow
Frequently Asked Questions
What are all the color codes for HSL(48, 83%, 94%)?
HEX: #FCF7E3 | RGB: rgb(252, 247, 227) | CMYK: 0%, 2%, 10%, 1% | HSV: 48°, 10%, 99%. Copy any format from the conversion table above.
What colors go well with #FCF7E3?
The complementary color is HSL(228, 83%, 94%). For a triadic harmony, use hues 48°, 168°, and 288°. For analogous combinations, try hues 18° and 78°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(48, 83%, 94%) in CSS?
As HSL: color: hsl(48, 83%, 94%); — As HEX: color: #FCF7E3; — As RGB: color: rgb(252, 247, 227); — Tailwind CSS: bg-[hsl(48,83%,94%)] — CSS variable: --color-primary: hsl(48, 83%, 94%);