HSL(47, 80%, 85%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(47,80%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(47, 80%, 85%) | color: hsl(47, 80%, 85%) | |
| HEX | #F7EABA | color: #F7EABA | |
| RGB | rgb(247, 234, 186) | color: rgb(247, 234, 186) | |
| CMYK | cmyk(0%, 5%, 25%, 3%) | — | |
| HSV | hsv(47, 25%, 97%) | — | |
| HWB | hwb(47 73% 3%) | color: hwb(47 73% 3%) | |
| OKLCH | oklch(0.9356 0.0636 94.69) | color: oklch(0.9356 0.0636 94.69) | |
| Lab | lab(92.65 -2.92 24.95) | color: lab(92.65 -2.92 24.95) | |
| LCH | lch(92.65 25.12 96.68) | color: lch(92.65 25.12 96.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)
#F1F1C6 — rgb(241, 241, 198)
Deuteranopia (Green-blind)
#F2F3C8 — rgb(242, 243, 200)
Tritanopia (Blue-blind)
#F6CFD1 — rgb(246, 207, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(47, 80%, 85%);
text
color: hsl(47, 80%, 85%);
border
border: 2px solid hsl(47, 80%, 85%);
gradient light
background: linear-gradient(to right, hsl(47, 80%, 100%), hsl(47, 80%, 85%));
gradient dark
background: linear-gradient(to right, hsl(47, 80%, 85%), hsl(47, 80%, 65%))
hex
background-color: #F7EABA;
tailwind
bg-[hsl(47,80%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(47, 80%, 85%, 0.4);
css variable
--color-primary: hsl(47, 80%, 85%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(47, 80%, 85%)?
HEX: #F7EABA | RGB: rgb(247, 234, 186) | CMYK: 0%, 5%, 25%, 3% | HSV: 47°, 25%, 97%. Copy any format from the conversion table above.
What colors go well with #F7EABA?
The complementary color is HSL(227, 80%, 85%). For a triadic harmony, use hues 47°, 167°, and 287°. For analogous combinations, try hues 17° and 77°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(47, 80%, 85%) in CSS?
As HSL: color: hsl(47, 80%, 85%); — As HEX: color: #F7EABA; — As RGB: color: rgb(247, 234, 186); — Tailwind CSS: bg-[hsl(47,80%,85%)] — CSS variable: --color-primary: hsl(47, 80%, 85%);