HSL(61, 45%, 83%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(61,45%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(61, 45%, 83%) | color: hsl(61, 45%, 83%) | |
| HEX | #E7E7C0 | color: #E7E7C0 | |
| RGB | rgb(231, 231, 192) | color: rgb(231, 231, 192) | |
| CMYK | cmyk(0%, 0%, 17%, 9%) | — | |
| HSV | hsv(60, 17%, 91%) | — | |
| HWB | hwb(60 76% 9%) | color: hwb(60 76% 9%) | |
| OKLCH | oklch(0.918 0.0512 107.37) | color: oklch(0.918 0.0512 107.37) | |
| Lab | lab(90.76 -6.39 19.04) | color: lab(90.76 -6.39 19.04) | |
| LCH | lch(90.76 20.08 108.55) | color: lch(90.76 20.08 108.55) |
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)
#E7E7CC — rgb(231, 231, 204)
Tritanopia (Blue-blind)
#E7D1D3 — rgb(231, 209, 211)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(61, 45%, 83%);
text
color: hsl(61, 45%, 83%);
border
border: 2px solid hsl(61, 45%, 83%);
gradient light
background: linear-gradient(to right, hsl(61, 45%, 100%), hsl(61, 45%, 83%));
gradient dark
background: linear-gradient(to right, hsl(61, 45%, 83%), hsl(61, 45%, 63%))
hex
background-color: #E7E7C0;
tailwind
bg-[hsl(61,45%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(61, 45%, 83%, 0.4);
css variable
--color-primary: hsl(61, 45%, 83%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(61, 45%, 83%)?
HEX: #E7E7C0 | RGB: rgb(231, 231, 192) | CMYK: 0%, 0%, 17%, 9% | HSV: 60°, 17%, 91%. Copy any format from the conversion table above.
What colors go well with #E7E7C0?
The complementary color is HSL(241, 45%, 83%). For a triadic harmony, use hues 61°, 181°, and 301°. For analogous combinations, try hues 31° and 91°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(61, 45%, 83%) in CSS?
As HSL: color: hsl(61, 45%, 83%); — As HEX: color: #E7E7C0; — As RGB: color: rgb(231, 231, 192); — Tailwind CSS: bg-[hsl(61,45%,83%)] — CSS variable: --color-primary: hsl(61, 45%, 83%);