HSL(64, 69%, 90%)
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(64,69%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(64, 69%, 90%) | color: hsl(64, 69%, 90%) | |
| HEX | #F5F7D4 | color: #F5F7D4 | |
| RGB | rgb(245, 247, 212) | color: rgb(245, 247, 212) | |
| CMYK | cmyk(1%, 0%, 14%, 3%) | — | |
| HSV | hsv(63, 14%, 97%) | — | |
| HWB | hwb(63 83% 3%) | color: hwb(63 83% 3%) | |
| OKLCH | oklch(0.9656 0.0457 109.9) | color: oklch(0.9656 0.0457 109.9) | |
| Lab | lab(96.28 -6.44 16.63) | color: lab(96.28 -6.44 16.63) | |
| LCH | lch(96.28 17.83 111.17) | color: lch(96.28 17.83 111.17) |
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)
#F6F6DC — rgb(246, 246, 220)
Deuteranopia (Green-blind)
#F6F6DF — rgb(246, 246, 223)
Tritanopia (Blue-blind)
#F5E3E5 — rgb(245, 227, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(64, 69%, 90%);
text
color: hsl(64, 69%, 90%);
border
border: 2px solid hsl(64, 69%, 90%);
gradient light
background: linear-gradient(to right, hsl(64, 69%, 100%), hsl(64, 69%, 90%));
gradient dark
background: linear-gradient(to right, hsl(64, 69%, 90%), hsl(64, 69%, 70%))
hex
background-color: #F5F7D4;
tailwind
bg-[hsl(64,69%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(64, 69%, 90%, 0.4);
css variable
--color-primary: hsl(64, 69%, 90%);
Related Colors
Use Cases for Very Light Yellow
Frequently Asked Questions
What are all the color codes for HSL(64, 69%, 90%)?
HEX: #F5F7D4 | RGB: rgb(245, 247, 212) | CMYK: 1%, 0%, 14%, 3% | HSV: 63°, 14%, 97%. Copy any format from the conversion table above.
What colors go well with #F5F7D4?
The complementary color is HSL(244, 69%, 90%). For a triadic harmony, use hues 64°, 184°, and 304°. For analogous combinations, try hues 34° and 94°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(64, 69%, 90%) in CSS?
As HSL: color: hsl(64, 69%, 90%); — As HEX: color: #F5F7D4; — As RGB: color: rgb(245, 247, 212); — Tailwind CSS: bg-[hsl(64,69%,90%)] — CSS variable: --color-primary: hsl(64, 69%, 90%);