HSL(55, 72%, 65%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(55,72%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(55, 72%, 65%) | color: hsl(55, 72%, 65%) | |
| HEX | #E6DB65 | color: #E6DB65 | |
| RGB | rgb(230, 219, 101) | color: rgb(230, 219, 101) | |
| CMYK | cmyk(0%, 5%, 56%, 10%) | — | |
| HSV | hsv(55, 56%, 90%) | — | |
| HWB | hwb(55 40% 10%) | color: hwb(55 40% 10%) | |
| OKLCH | oklch(0.8774 0.1394 103.98) | color: oklch(0.8774 0.1394 103.98) | |
| Lab | lab(86.22 -10.93 58.28) | color: lab(86.22 -10.93 58.28) | |
| LCH | lch(86.22 59.3 100.62) | color: lch(86.22 59.3 100.62) |
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)
#E1E182 — rgb(225, 225, 130)
Deuteranopia (Green-blind)
#E2E388 — rgb(226, 227, 136)
Tritanopia (Blue-blind)
#E5989D — rgb(229, 152, 157)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(55, 72%, 65%);
text
color: hsl(55, 72%, 65%);
border
border: 2px solid hsl(55, 72%, 65%);
gradient light
background: linear-gradient(to right, hsl(55, 72%, 85%), hsl(55, 72%, 65%));
gradient dark
background: linear-gradient(to right, hsl(55, 72%, 65%), hsl(55, 72%, 45%))
hex
background-color: #E6DB65;
tailwind
bg-[hsl(55,72%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(55, 72%, 65%, 0.4);
css variable
--color-primary: hsl(55, 72%, 65%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(55, 72%, 65%)?
HEX: #E6DB65 | RGB: rgb(230, 219, 101) | CMYK: 0%, 5%, 56%, 10% | HSV: 55°, 56%, 90%. Copy any format from the conversion table above.
What colors go well with #E6DB65?
The complementary color is HSL(235, 72%, 65%). For a triadic harmony, use hues 55°, 175°, and 295°. For analogous combinations, try hues 25° and 85°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(55, 72%, 65%) in CSS?
As HSL: color: hsl(55, 72%, 65%); — As HEX: color: #E6DB65; — As RGB: color: rgb(230, 219, 101); — Tailwind CSS: bg-[hsl(55,72%,65%)] — CSS variable: --color-primary: hsl(55, 72%, 65%);