HSL(61, 19%, 68%)
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%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(61, 19%, 68%) | color: hsl(61, 19%, 68%) | |
| HEX | #BCBD9E | color: #BCBD9E | |
| RGB | rgb(188, 189, 158) | color: rgb(188, 189, 158) | |
| CMYK | cmyk(1%, 0%, 16%, 26%) | — | |
| HSV | hsv(62, 16%, 74%) | — | |
| HWB | hwb(62 62% 26%) | color: hwb(62 62% 26%) | |
| OKLCH | oklch(0.7893 0.0424 108.85) | color: oklch(0.7893 0.0424 108.85) | |
| Lab | lab(75.8 -5.66 15.59) | color: lab(75.8 -5.66 15.59) | |
| LCH | lch(75.8 16.59 109.95) | color: lch(75.8 16.59 109.95) |
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)
#BCBCA6 — rgb(188, 188, 166)
Deuteranopia (Green-blind)
#BCBCA7 — rgb(188, 188, 167)
Tritanopia (Blue-blind)
#BCABAD — rgb(188, 171, 173)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(61, 19%, 68%);
text
color: hsl(61, 19%, 68%);
border
border: 2px solid hsl(61, 19%, 68%);
gradient light
background: linear-gradient(to right, hsl(61, 19%, 88%), hsl(61, 19%, 68%));
gradient dark
background: linear-gradient(to right, hsl(61, 19%, 68%), hsl(61, 19%, 48%))
hex
background-color: #BCBD9E;
tailwind
bg-[hsl(61,19%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(61, 19%, 68%, 0.4);
css variable
--color-primary: hsl(61, 19%, 68%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(61, 19%, 68%)?
HEX: #BCBD9E | RGB: rgb(188, 189, 158) | CMYK: 1%, 0%, 16%, 26% | HSV: 62°, 16%, 74%. Copy any format from the conversion table above.
What colors go well with #BCBD9E?
The complementary color is HSL(241, 19%, 68%). 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%, 68%) in CSS?
As HSL: color: hsl(61, 19%, 68%); — As HEX: color: #BCBD9E; — As RGB: color: rgb(188, 189, 158); — Tailwind CSS: bg-[hsl(61,19%,68%)] — CSS variable: --color-primary: hsl(61, 19%, 68%);