HSL(51, 66%, 82%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(51,66%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(51, 66%, 82%) | color: hsl(51, 66%, 82%) | |
| HEX | #EFE6B3 | color: #EFE6B3 | |
| RGB | rgb(239, 230, 179) | color: rgb(239, 230, 179) | |
| CMYK | cmyk(0%, 4%, 25%, 6%) | — | |
| HSV | hsv(51, 25%, 94%) | — | |
| HWB | hwb(51 71% 6%) | color: hwb(51 71% 6%) | |
| OKLCH | oklch(0.9196 0.0668 99.19) | color: oklch(0.9196 0.0668 99.19) | |
| Lab | lab(90.87 -4.79 26.01) | color: lab(90.87 -4.79 26.01) | |
| LCH | lch(90.87 26.45 100.43) | color: lch(90.87 26.45 100.43) |
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)
#EBEBBF — rgb(235, 235, 191)
Deuteranopia (Green-blind)
#ECECC2 — rgb(236, 236, 194)
Tritanopia (Blue-blind)
#EFC9CB — rgb(239, 201, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(51, 66%, 82%);
text
color: hsl(51, 66%, 82%);
border
border: 2px solid hsl(51, 66%, 82%);
gradient light
background: linear-gradient(to right, hsl(51, 66%, 100%), hsl(51, 66%, 82%));
gradient dark
background: linear-gradient(to right, hsl(51, 66%, 82%), hsl(51, 66%, 62%))
hex
background-color: #EFE6B3;
tailwind
bg-[hsl(51,66%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(51, 66%, 82%, 0.4);
css variable
--color-primary: hsl(51, 66%, 82%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(51, 66%, 82%)?
HEX: #EFE6B3 | RGB: rgb(239, 230, 179) | CMYK: 0%, 4%, 25%, 6% | HSV: 51°, 25%, 94%. Copy any format from the conversion table above.
What colors go well with #EFE6B3?
The complementary color is HSL(231, 66%, 82%). For a triadic harmony, use hues 51°, 171°, and 291°. For analogous combinations, try hues 21° and 81°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(51, 66%, 82%) in CSS?
As HSL: color: hsl(51, 66%, 82%); — As HEX: color: #EFE6B3; — As RGB: color: rgb(239, 230, 179); — Tailwind CSS: bg-[hsl(51,66%,82%)] — CSS variable: --color-primary: hsl(51, 66%, 82%);