HSL(45, 83%, 79%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(45,83%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(45, 83%, 79%) | color: hsl(45, 83%, 79%) | |
| HEX | #F6E09D | color: #F6E09D | |
| RGB | rgb(246, 224, 157) | color: rgb(246, 224, 157) | |
| CMYK | cmyk(0%, 9%, 36%, 4%) | — | |
| HSV | hsv(45, 36%, 96%) | — | |
| HWB | hwb(45 61% 4%) | color: hwb(45 61% 4%) | |
| OKLCH | oklch(0.9094 0.0883 92.02) | color: oklch(0.9094 0.0883 92.02) | |
| Lab | lab(89.55 -1.83 35.59) | color: lab(89.55 -1.83 35.59) | |
| LCH | lch(89.55 35.64 92.94) | color: lch(89.55 35.64 92.94) |
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)
#ECECAD — rgb(236, 236, 173)
Deuteranopia (Green-blind)
#EEEFB1 — rgb(238, 239, 177)
Tritanopia (Blue-blind)
#F5BABD — rgb(245, 186, 189)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(45, 83%, 79%);
text
color: hsl(45, 83%, 79%);
border
border: 2px solid hsl(45, 83%, 79%);
gradient light
background: linear-gradient(to right, hsl(45, 83%, 99%), hsl(45, 83%, 79%));
gradient dark
background: linear-gradient(to right, hsl(45, 83%, 79%), hsl(45, 83%, 59%))
hex
background-color: #F6E09D;
tailwind
bg-[hsl(45,83%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(45, 83%, 79%, 0.4);
css variable
--color-primary: hsl(45, 83%, 79%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(45, 83%, 79%)?
HEX: #F6E09D | RGB: rgb(246, 224, 157) | CMYK: 0%, 9%, 36%, 4% | HSV: 45°, 36%, 96%. Copy any format from the conversion table above.
What colors go well with #F6E09D?
The complementary color is HSL(225, 83%, 79%). For a triadic harmony, use hues 45°, 165°, and 285°. For analogous combinations, try hues 15° and 75°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(45, 83%, 79%) in CSS?
As HSL: color: hsl(45, 83%, 79%); — As HEX: color: #F6E09D; — As RGB: color: rgb(246, 224, 157); — Tailwind CSS: bg-[hsl(45,83%,79%)] — CSS variable: --color-primary: hsl(45, 83%, 79%);