HSL(49, 16%, 70%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(49,16%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(49, 16%, 70%) | color: hsl(49, 16%, 70%) | |
| HEX | #BFBAA6 | color: #BFBAA6 | |
| RGB | rgb(191, 186, 166) | color: rgb(191, 186, 166) | |
| CMYK | cmyk(0%, 3%, 13%, 25%) | — | |
| HSV | hsv(48, 13%, 75%) | — | |
| HWB | hwb(48 65% 25%) | color: hwb(48 65% 25%) | |
| OKLCH | oklch(0.7875 0.0281 95.42) | color: oklch(0.7875 0.0281 95.42) | |
| Lab | lab(75.42 -1.69 10.77) | color: lab(75.42 -1.69 10.77) | |
| LCH | lch(75.42 10.9 98.92) | color: lch(75.42 10.9 98.92) |
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)
#BDBDAB — rgb(189, 189, 171)
Deuteranopia (Green-blind)
#BDBEAC — rgb(189, 190, 172)
Tritanopia (Blue-blind)
#BFAFB0 — rgb(191, 175, 176)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(49, 16%, 70%);
text
color: hsl(49, 16%, 70%);
border
border: 2px solid hsl(49, 16%, 70%);
gradient light
background: linear-gradient(to right, hsl(49, 16%, 90%), hsl(49, 16%, 70%));
gradient dark
background: linear-gradient(to right, hsl(49, 16%, 70%), hsl(49, 16%, 50%))
hex
background-color: #BFBAA6;
tailwind
bg-[hsl(49,16%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(49, 16%, 70%, 0.4);
css variable
--color-primary: hsl(49, 16%, 70%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(49, 16%, 70%)?
HEX: #BFBAA6 | RGB: rgb(191, 186, 166) | CMYK: 0%, 3%, 13%, 25% | HSV: 48°, 13%, 75%. Copy any format from the conversion table above.
What colors go well with #BFBAA6?
The complementary color is HSL(229, 16%, 70%). 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, 16%, 70%) in CSS?
As HSL: color: hsl(49, 16%, 70%); — As HEX: color: #BFBAA6; — As RGB: color: rgb(191, 186, 166); — Tailwind CSS: bg-[hsl(49,16%,70%)] — CSS variable: --color-primary: hsl(49, 16%, 70%);