HSL(46, 80%, 69%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(46,80%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(46, 80%, 69%) | color: hsl(46, 80%, 69%) | |
| HEX | #EFD271 | color: #EFD271 | |
| RGB | rgb(239, 210, 113) | color: rgb(239, 210, 113) | |
| CMYK | cmyk(0%, 12%, 53%, 6%) | — | |
| HSV | hsv(46, 53%, 94%) | — | |
| HWB | hwb(46 44% 6%) | color: hwb(46 44% 6%) | |
| OKLCH | oklch(0.8685 0.1214 93.08) | color: oklch(0.8685 0.1214 93.08) | |
| Lab | lab(84.81 -1.78 51.28) | color: lab(84.81 -1.78 51.28) | |
| LCH | lch(84.81 51.31 91.99) | color: lch(84.81 51.31 91.99) |
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)
#E2E288 — rgb(226, 226, 136)
Deuteranopia (Green-blind)
#E4E68E — rgb(228, 230, 142)
Tritanopia (Blue-blind)
#EE9B9F — rgb(238, 155, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(46, 80%, 69%);
text
color: hsl(46, 80%, 69%);
border
border: 2px solid hsl(46, 80%, 69%);
gradient light
background: linear-gradient(to right, hsl(46, 80%, 89%), hsl(46, 80%, 69%));
gradient dark
background: linear-gradient(to right, hsl(46, 80%, 69%), hsl(46, 80%, 49%))
hex
background-color: #EFD271;
tailwind
bg-[hsl(46,80%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(46, 80%, 69%, 0.4);
css variable
--color-primary: hsl(46, 80%, 69%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(46, 80%, 69%)?
HEX: #EFD271 | RGB: rgb(239, 210, 113) | CMYK: 0%, 12%, 53%, 6% | HSV: 46°, 53%, 94%. Copy any format from the conversion table above.
What colors go well with #EFD271?
The complementary color is HSL(226, 80%, 69%). For a triadic harmony, use hues 46°, 166°, and 286°. For analogous combinations, try hues 16° and 76°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(46, 80%, 69%) in CSS?
As HSL: color: hsl(46, 80%, 69%); — As HEX: color: #EFD271; — As RGB: color: rgb(239, 210, 113); — Tailwind CSS: bg-[hsl(46,80%,69%)] — CSS variable: --color-primary: hsl(46, 80%, 69%);