HSL(53, 79%, 83%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(53,79%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 79%, 83%) | color: hsl(53, 79%, 83%) | |
| HEX | #F6EEB1 | color: #F6EEB1 | |
| RGB | rgb(246, 238, 177) | color: rgb(246, 238, 177) | |
| CMYK | cmyk(0%, 3%, 28%, 4%) | — | |
| HSV | hsv(53, 28%, 96%) | — | |
| HWB | hwb(53 69% 4%) | color: hwb(53 69% 4%) | |
| OKLCH | oklch(0.941 0.0784 101.48) | color: oklch(0.941 0.0784 101.48) | |
| Lab | lab(93.41 -6.48 30.58) | color: lab(93.41 -6.48 30.58) | |
| LCH | lch(93.41 31.26 101.96) | color: lch(93.41 31.26 101.96) |
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)
#F3F2C0 — rgb(243, 242, 192)
Deuteranopia (Green-blind)
#F3F4C3 — rgb(243, 244, 195)
Tritanopia (Blue-blind)
#F6CBCE — rgb(246, 203, 206)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 79%, 83%);
text
color: hsl(53, 79%, 83%);
border
border: 2px solid hsl(53, 79%, 83%);
gradient light
background: linear-gradient(to right, hsl(53, 79%, 100%), hsl(53, 79%, 83%));
gradient dark
background: linear-gradient(to right, hsl(53, 79%, 83%), hsl(53, 79%, 63%))
hex
background-color: #F6EEB1;
tailwind
bg-[hsl(53,79%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 79%, 83%, 0.4);
css variable
--color-primary: hsl(53, 79%, 83%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 79%, 83%)?
HEX: #F6EEB1 | RGB: rgb(246, 238, 177) | CMYK: 0%, 3%, 28%, 4% | HSV: 53°, 28%, 96%. Copy any format from the conversion table above.
What colors go well with #F6EEB1?
The complementary color is HSL(233, 79%, 83%). For a triadic harmony, use hues 53°, 173°, and 293°. For analogous combinations, try hues 23° and 83°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(53, 79%, 83%) in CSS?
As HSL: color: hsl(53, 79%, 83%); — As HEX: color: #F6EEB1; — As RGB: color: rgb(246, 238, 177); — Tailwind CSS: bg-[hsl(53,79%,83%)] — CSS variable: --color-primary: hsl(53, 79%, 83%);