HSL(46, 20%, 68%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(46,20%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(46, 20%, 68%) | color: hsl(46, 20%, 68%) | |
| HEX | #BEB69D | color: #BEB69D | |
| RGB | rgb(190, 182, 157) | color: rgb(190, 182, 157) | |
| CMYK | cmyk(0%, 4%, 17%, 25%) | — | |
| HSV | hsv(45, 17%, 75%) | — | |
| HWB | hwb(45 62% 25%) | color: hwb(45 62% 25%) | |
| OKLCH | oklch(0.7761 0.0356 92.33) | color: oklch(0.7761 0.0356 92.33) | |
| Lab | lab(74.09 -1.37 13.76) | color: lab(74.09 -1.37 13.76) | |
| LCH | lch(74.09 13.83 95.69) | color: lch(74.09 13.83 95.69) |
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)
#BBBAA3 — rgb(187, 186, 163)
Deuteranopia (Green-blind)
#BBBCA5 — rgb(187, 188, 165)
Tritanopia (Blue-blind)
#BEA8A9 — rgb(190, 168, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(46, 20%, 68%);
text
color: hsl(46, 20%, 68%);
border
border: 2px solid hsl(46, 20%, 68%);
gradient light
background: linear-gradient(to right, hsl(46, 20%, 88%), hsl(46, 20%, 68%));
gradient dark
background: linear-gradient(to right, hsl(46, 20%, 68%), hsl(46, 20%, 48%))
hex
background-color: #BEB69D;
tailwind
bg-[hsl(46,20%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(46, 20%, 68%, 0.4);
css variable
--color-primary: hsl(46, 20%, 68%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(46, 20%, 68%)?
HEX: #BEB69D | RGB: rgb(190, 182, 157) | CMYK: 0%, 4%, 17%, 25% | HSV: 45°, 17%, 75%. Copy any format from the conversion table above.
What colors go well with #BEB69D?
The complementary color is HSL(226, 20%, 68%). 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, 20%, 68%) in CSS?
As HSL: color: hsl(46, 20%, 68%); — As HEX: color: #BEB69D; — As RGB: color: rgb(190, 182, 157); — Tailwind CSS: bg-[hsl(46,20%,68%)] — CSS variable: --color-primary: hsl(46, 20%, 68%);