HSL(62, 65%, 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,65%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(62, 65%, 88%) | color: hsl(62, 65%, 88%) | |
| HEX | #F3F4CD | color: #F3F4CD | |
| RGB | rgb(243, 244, 205) | color: rgb(243, 244, 205) | |
| CMYK | cmyk(0%, 0%, 16%, 4%) | — | |
| HSV | hsv(62, 16%, 96%) | — | |
| HWB | hwb(62 81% 4%) | color: hwb(62 81% 4%) | |
| OKLCH | oklch(0.9565 0.0508 108.53) | color: oklch(0.9565 0.0508 108.53) | |
| Lab | lab(95.23 -6.7 18.73) | color: lab(95.23 -6.7 18.73) | |
| LCH | lch(95.23 19.89 109.68) | color: lch(95.23 19.89 109.68) |
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)
#F3F3D6 — rgb(243, 243, 214)
Deuteranopia (Green-blind)
#F3F3D9 — rgb(243, 243, 217)
Tritanopia (Blue-blind)
#F3DEE0 — rgb(243, 222, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(62, 65%, 88%);
text
color: hsl(62, 65%, 88%);
border
border: 2px solid hsl(62, 65%, 88%);
gradient light
background: linear-gradient(to right, hsl(62, 65%, 100%), hsl(62, 65%, 88%));
gradient dark
background: linear-gradient(to right, hsl(62, 65%, 88%), hsl(62, 65%, 68%))
hex
background-color: #F3F4CD;
tailwind
bg-[hsl(62,65%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(62, 65%, 88%, 0.4);
css variable
--color-primary: hsl(62, 65%, 88%);
Related Colors
Use Cases for Very Light Yellow
Frequently Asked Questions
What are all the color codes for HSL(62, 65%, 88%)?
HEX: #F3F4CD | RGB: rgb(243, 244, 205) | CMYK: 0%, 0%, 16%, 4% | HSV: 62°, 16%, 96%. Copy any format from the conversion table above.
What colors go well with #F3F4CD?
The complementary color is HSL(242, 65%, 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, 65%, 88%) in CSS?
As HSL: color: hsl(62, 65%, 88%); — As HEX: color: #F3F4CD; — As RGB: color: rgb(243, 244, 205); — Tailwind CSS: bg-[hsl(62,65%,88%)] — CSS variable: --color-primary: hsl(62, 65%, 88%);