HSL(47, 90%, 87%)
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(47,90%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(47, 90%, 87%) | color: hsl(47, 90%, 87%) | |
| HEX | #FCEFC0 | color: #FCEFC0 | |
| RGB | rgb(252, 239, 192) | color: rgb(252, 239, 192) | |
| CMYK | cmyk(0%, 5%, 24%, 1%) | — | |
| HSV | hsv(47, 24%, 99%) | — | |
| HWB | hwb(47 75% 1%) | color: hwb(47 75% 1%) | |
| OKLCH | oklch(0.9509 0.0622 94.41) | color: oklch(0.9509 0.0622 94.41) | |
| Lab | lab(94.41 -2.8 24.36) | color: lab(94.41 -2.8 24.36) | |
| LCH | lch(94.41 24.52 96.56) | color: lch(94.41 24.52 96.56) |
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)
#F6F6CB — rgb(246, 246, 203)
Deuteranopia (Green-blind)
#F7F8CE — rgb(247, 248, 206)
Tritanopia (Blue-blind)
#FBD4D6 — rgb(251, 212, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(47, 90%, 87%);
text
color: hsl(47, 90%, 87%);
border
border: 2px solid hsl(47, 90%, 87%);
gradient light
background: linear-gradient(to right, hsl(47, 90%, 100%), hsl(47, 90%, 87%));
gradient dark
background: linear-gradient(to right, hsl(47, 90%, 87%), hsl(47, 90%, 67%))
hex
background-color: #FCEFC0;
tailwind
bg-[hsl(47,90%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(47, 90%, 87%, 0.4);
css variable
--color-primary: hsl(47, 90%, 87%);
Related Colors
Use Cases for Very Light Yellow
Frequently Asked Questions
What are all the color codes for HSL(47, 90%, 87%)?
HEX: #FCEFC0 | RGB: rgb(252, 239, 192) | CMYK: 0%, 5%, 24%, 1% | HSV: 47°, 24%, 99%. Copy any format from the conversion table above.
What colors go well with #FCEFC0?
The complementary color is HSL(227, 90%, 87%). For a triadic harmony, use hues 47°, 167°, and 287°. For analogous combinations, try hues 17° and 77°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(47, 90%, 87%) in CSS?
As HSL: color: hsl(47, 90%, 87%); — As HEX: color: #FCEFC0; — As RGB: color: rgb(252, 239, 192); — Tailwind CSS: bg-[hsl(47,90%,87%)] — CSS variable: --color-primary: hsl(47, 90%, 87%);