HSL(61, 19%, 65%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(61,19%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(61, 19%, 65%) | color: hsl(61, 19%, 65%) | |
| HEX | #B6B795 | color: #B6B795 | |
| RGB | rgb(182, 183, 149) | color: rgb(182, 183, 149) | |
| CMYK | cmyk(1%, 0%, 19%, 28%) | — | |
| HSV | hsv(62, 19%, 72%) | — | |
| HWB | hwb(62 58% 28%) | color: hwb(62 58% 28%) | |
| OKLCH | oklch(0.7697 0.0466 108.83) | color: oklch(0.7697 0.0466 108.83) | |
| Lab | lab(73.53 -6.15 17.22) | color: lab(73.53 -6.15 17.22) | |
| LCH | lch(73.53 18.29 109.65) | color: lch(73.53 18.29 109.65) |
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)
#B6B69D — rgb(182, 182, 157)
Deuteranopia (Green-blind)
#B6B69F — rgb(182, 182, 159)
Tritanopia (Blue-blind)
#B6A4A5 — rgb(182, 164, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(61, 19%, 65%);
text
color: hsl(61, 19%, 65%);
border
border: 2px solid hsl(61, 19%, 65%);
gradient light
background: linear-gradient(to right, hsl(61, 19%, 85%), hsl(61, 19%, 65%));
gradient dark
background: linear-gradient(to right, hsl(61, 19%, 65%), hsl(61, 19%, 45%))
hex
background-color: #B6B795;
tailwind
bg-[hsl(61,19%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(61, 19%, 65%, 0.4);
css variable
--color-primary: hsl(61, 19%, 65%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(61, 19%, 65%)?
HEX: #B6B795 | RGB: rgb(182, 183, 149) | CMYK: 1%, 0%, 19%, 28% | HSV: 62°, 19%, 72%. Copy any format from the conversion table above.
What colors go well with #B6B795?
The complementary color is HSL(241, 19%, 65%). 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, 19%, 65%) in CSS?
As HSL: color: hsl(61, 19%, 65%); — As HEX: color: #B6B795; — As RGB: color: rgb(182, 183, 149); — Tailwind CSS: bg-[hsl(61,19%,65%)] — CSS variable: --color-primary: hsl(61, 19%, 65%);