HSL(49, 20%, 68%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(49,20%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(49, 20%, 68%) | color: hsl(49, 20%, 68%) | |
| HEX | #BEB89D | color: #BEB89D | |
| RGB | rgb(190, 184, 157) | color: rgb(190, 184, 157) | |
| CMYK | cmyk(0%, 3%, 17%, 25%) | — | |
| HSV | hsv(49, 17%, 75%) | — | |
| HWB | hwb(49 62% 25%) | color: hwb(49 62% 25%) | |
| OKLCH | oklch(0.7803 0.0376 96.81) | color: oklch(0.7803 0.0376 96.81) | |
| Lab | lab(74.61 -2.43 14.5) | color: lab(74.61 -2.43 14.5) | |
| LCH | lch(74.61 14.7 99.51) | color: lch(74.61 14.7 99.51) |
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)
#BBBBA4 — rgb(187, 187, 164)
Deuteranopia (Green-blind)
#BCBCA5 — rgb(188, 188, 165)
Tritanopia (Blue-blind)
#BEA9AA — rgb(190, 169, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(49, 20%, 68%);
text
color: hsl(49, 20%, 68%);
border
border: 2px solid hsl(49, 20%, 68%);
gradient light
background: linear-gradient(to right, hsl(49, 20%, 88%), hsl(49, 20%, 68%));
gradient dark
background: linear-gradient(to right, hsl(49, 20%, 68%), hsl(49, 20%, 48%))
hex
background-color: #BEB89D;
tailwind
bg-[hsl(49,20%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(49, 20%, 68%, 0.4);
css variable
--color-primary: hsl(49, 20%, 68%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(49, 20%, 68%)?
HEX: #BEB89D | RGB: rgb(190, 184, 157) | CMYK: 0%, 3%, 17%, 25% | HSV: 49°, 17%, 75%. Copy any format from the conversion table above.
What colors go well with #BEB89D?
The complementary color is HSL(229, 20%, 68%). For a triadic harmony, use hues 49°, 169°, and 289°. For analogous combinations, try hues 19° and 79°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(49, 20%, 68%) in CSS?
As HSL: color: hsl(49, 20%, 68%); — As HEX: color: #BEB89D; — As RGB: color: rgb(190, 184, 157); — Tailwind CSS: bg-[hsl(49,20%,68%)] — CSS variable: --color-primary: hsl(49, 20%, 68%);