HSL(48, 65%, 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(48,65%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(48, 65%, 87%) | color: hsl(48, 65%, 87%) | |
| HEX | #F3EBC8 | color: #F3EBC8 | |
| RGB | rgb(243, 235, 200) | color: rgb(243, 235, 200) | |
| CMYK | cmyk(0%, 3%, 18%, 5%) | — | |
| HSV | hsv(49, 18%, 95%) | — | |
| HWB | hwb(49 78% 5%) | color: hwb(49 78% 5%) | |
| OKLCH | oklch(0.9374 0.0466 96.53) | color: oklch(0.9374 0.0466 96.53) | |
| Lab | lab(92.86 -2.91 17.98) | color: lab(92.86 -2.91 17.98) | |
| LCH | lch(92.86 18.21 99.19) | color: lch(92.86 18.21 99.19) |
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)
#F0EFD0 — rgb(240, 239, 208)
Deuteranopia (Green-blind)
#F0F1D3 — rgb(240, 241, 211)
Tritanopia (Blue-blind)
#F3D7D9 — rgb(243, 215, 217)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(48, 65%, 87%);
text
color: hsl(48, 65%, 87%);
border
border: 2px solid hsl(48, 65%, 87%);
gradient light
background: linear-gradient(to right, hsl(48, 65%, 100%), hsl(48, 65%, 87%));
gradient dark
background: linear-gradient(to right, hsl(48, 65%, 87%), hsl(48, 65%, 67%))
hex
background-color: #F3EBC8;
tailwind
bg-[hsl(48,65%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(48, 65%, 87%, 0.4);
css variable
--color-primary: hsl(48, 65%, 87%);
Related Colors
Use Cases for Very Light Yellow
Frequently Asked Questions
What are all the color codes for HSL(48, 65%, 87%)?
HEX: #F3EBC8 | RGB: rgb(243, 235, 200) | CMYK: 0%, 3%, 18%, 5% | HSV: 49°, 18%, 95%. Copy any format from the conversion table above.
What colors go well with #F3EBC8?
The complementary color is HSL(228, 65%, 87%). 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, 65%, 87%) in CSS?
As HSL: color: hsl(48, 65%, 87%); — As HEX: color: #F3EBC8; — As RGB: color: rgb(243, 235, 200); — Tailwind CSS: bg-[hsl(48,65%,87%)] — CSS variable: --color-primary: hsl(48, 65%, 87%);