HSL(48, 83%, 74%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(48,83%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(48, 83%, 74%) | color: hsl(48, 83%, 74%) | |
| HEX | #F4DE86 | color: #F4DE86 | |
| RGB | rgb(244, 222, 134) | color: rgb(244, 222, 134) | |
| CMYK | cmyk(0%, 9%, 45%, 4%) | — | |
| HSV | hsv(48, 45%, 96%) | — | |
| HWB | hwb(48 53% 4%) | color: hwb(48 53% 4%) | |
| OKLCH | oklch(0.8999 0.111 95.75) | color: oklch(0.8999 0.111 95.75) | |
| Lab | lab(88.54 -4.01 45.75) | color: lab(88.54 -4.01 45.75) | |
| LCH | lch(88.54 45.93 95.01) | color: lch(88.54 45.93 95.01) |
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)
#EAEA9B — rgb(234, 234, 155)
Deuteranopia (Green-blind)
#ECEDA0 — rgb(236, 237, 160)
Tritanopia (Blue-blind)
#F3ACB0 — rgb(243, 172, 176)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(48, 83%, 74%);
text
color: hsl(48, 83%, 74%);
border
border: 2px solid hsl(48, 83%, 74%);
gradient light
background: linear-gradient(to right, hsl(48, 83%, 94%), hsl(48, 83%, 74%));
gradient dark
background: linear-gradient(to right, hsl(48, 83%, 74%), hsl(48, 83%, 54%))
hex
background-color: #F4DE86;
tailwind
bg-[hsl(48,83%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(48, 83%, 74%, 0.4);
css variable
--color-primary: hsl(48, 83%, 74%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(48, 83%, 74%)?
HEX: #F4DE86 | RGB: rgb(244, 222, 134) | CMYK: 0%, 9%, 45%, 4% | HSV: 48°, 45%, 96%. Copy any format from the conversion table above.
What colors go well with #F4DE86?
The complementary color is HSL(228, 83%, 74%). For a triadic harmony, use hues 48°, 168°, and 288°. For analogous combinations, try hues 18° and 78°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(48, 83%, 74%) in CSS?
As HSL: color: hsl(48, 83%, 74%); — As HEX: color: #F4DE86; — As RGB: color: rgb(244, 222, 134); — Tailwind CSS: bg-[hsl(48,83%,74%)] — CSS variable: --color-primary: hsl(48, 83%, 74%);