HSL(58, 45%, 83%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(58,45%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(58, 45%, 83%) | color: hsl(58, 45%, 83%) | |
| HEX | #E7E6C0 | color: #E7E6C0 | |
| RGB | rgb(231, 230, 192) | color: rgb(231, 230, 192) | |
| CMYK | cmyk(0%, 0%, 17%, 9%) | — | |
| HSV | hsv(58, 17%, 91%) | — | |
| HWB | hwb(58 76% 9%) | color: hwb(58 76% 9%) | |
| OKLCH | oklch(0.916 0.05 106.1) | color: oklch(0.916 0.05 106.1) | |
| Lab | lab(90.5 -5.88 18.69) | color: lab(90.5 -5.88 18.69) | |
| LCH | lch(90.5 19.59 107.46) | color: lch(90.5 19.59 107.46) |
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)
#E7E7C9 — rgb(231, 231, 201)
Deuteranopia (Green-blind)
#E7E7CB — rgb(231, 231, 203)
Tritanopia (Blue-blind)
#E7D0D2 — rgb(231, 208, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(58, 45%, 83%);
text
color: hsl(58, 45%, 83%);
border
border: 2px solid hsl(58, 45%, 83%);
gradient light
background: linear-gradient(to right, hsl(58, 45%, 100%), hsl(58, 45%, 83%));
gradient dark
background: linear-gradient(to right, hsl(58, 45%, 83%), hsl(58, 45%, 63%))
hex
background-color: #E7E6C0;
tailwind
bg-[hsl(58,45%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(58, 45%, 83%, 0.4);
css variable
--color-primary: hsl(58, 45%, 83%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(58, 45%, 83%)?
HEX: #E7E6C0 | RGB: rgb(231, 230, 192) | CMYK: 0%, 0%, 17%, 9% | HSV: 58°, 17%, 91%. Copy any format from the conversion table above.
What colors go well with #E7E6C0?
The complementary color is HSL(238, 45%, 83%). For a triadic harmony, use hues 58°, 178°, and 298°. For analogous combinations, try hues 28° and 88°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(58, 45%, 83%) in CSS?
As HSL: color: hsl(58, 45%, 83%); — As HEX: color: #E7E6C0; — As RGB: color: rgb(231, 230, 192); — Tailwind CSS: bg-[hsl(58,45%,83%)] — CSS variable: --color-primary: hsl(58, 45%, 83%);