HSL(62, 88%, 69%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(62,88%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(62, 88%, 69%) | color: hsl(62, 88%, 69%) | |
| HEX | #F1F66A | color: #F1F66A | |
| RGB | rgb(241, 246, 106) | color: rgb(241, 246, 106) | |
| CMYK | cmyk(2%, 0%, 57%, 4%) | — | |
| HSV | hsv(62, 57%, 96%) | — | |
| HWB | hwb(62 41% 4%) | color: hwb(62 41% 4%) | |
| OKLCH | oklch(0.943 0.1613 111.02) | color: oklch(0.943 0.1613 111.02) | |
| Lab | lab(94.16 -19.4 65.25) | color: lab(94.16 -19.4 65.25) | |
| LCH | lch(94.16 68.07 106.56) | color: lch(94.16 68.07 106.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)
#F3F38C — rgb(243, 243, 140)
Deuteranopia (Green-blind)
#F3F394 — rgb(243, 243, 148)
Tritanopia (Blue-blind)
#F1A7AD — rgb(241, 167, 173)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(62, 88%, 69%);
text
color: hsl(62, 88%, 69%);
border
border: 2px solid hsl(62, 88%, 69%);
gradient light
background: linear-gradient(to right, hsl(62, 88%, 89%), hsl(62, 88%, 69%));
gradient dark
background: linear-gradient(to right, hsl(62, 88%, 69%), hsl(62, 88%, 49%))
hex
background-color: #F1F66A;
tailwind
bg-[hsl(62,88%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(62, 88%, 69%, 0.4);
css variable
--color-primary: hsl(62, 88%, 69%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(62, 88%, 69%)?
HEX: #F1F66A | RGB: rgb(241, 246, 106) | CMYK: 2%, 0%, 57%, 4% | HSV: 62°, 57%, 96%. Copy any format from the conversion table above.
What colors go well with #F1F66A?
The complementary color is HSL(242, 88%, 69%). 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, 88%, 69%) in CSS?
As HSL: color: hsl(62, 88%, 69%); — As HEX: color: #F1F66A; — As RGB: color: rgb(241, 246, 106); — Tailwind CSS: bg-[hsl(62,88%,69%)] — CSS variable: --color-primary: hsl(62, 88%, 69%);