HSL(46, 25%, 65%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(46,25%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(46, 25%, 65%) | color: hsl(46, 25%, 65%) | |
| HEX | #BCB28F | color: #BCB28F | |
| RGB | rgb(188, 178, 143) | color: rgb(188, 178, 143) | |
| CMYK | cmyk(0%, 5%, 24%, 26%) | — | |
| HSV | hsv(47, 24%, 74%) | — | |
| HWB | hwb(47 56% 26%) | color: hwb(47 56% 26%) | |
| OKLCH | oklch(0.7628 0.0491 93.98) | color: oklch(0.7628 0.0491 93.98) | |
| Lab | lab(72.57 -2.1 19.21) | color: lab(72.57 -2.1 19.21) | |
| LCH | lch(72.57 19.32 96.24) | color: lch(72.57 19.32 96.24) |
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)
#B8B897 — rgb(184, 184, 151)
Deuteranopia (Green-blind)
#B8B99A — rgb(184, 185, 154)
Tritanopia (Blue-blind)
#BC9EA0 — rgb(188, 158, 160)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(46, 25%, 65%);
text
color: hsl(46, 25%, 65%);
border
border: 2px solid hsl(46, 25%, 65%);
gradient light
background: linear-gradient(to right, hsl(46, 25%, 85%), hsl(46, 25%, 65%));
gradient dark
background: linear-gradient(to right, hsl(46, 25%, 65%), hsl(46, 25%, 45%))
hex
background-color: #BCB28F;
tailwind
bg-[hsl(46,25%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(46, 25%, 65%, 0.4);
css variable
--color-primary: hsl(46, 25%, 65%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(46, 25%, 65%)?
HEX: #BCB28F | RGB: rgb(188, 178, 143) | CMYK: 0%, 5%, 24%, 26% | HSV: 47°, 24%, 74%. Copy any format from the conversion table above.
What colors go well with #BCB28F?
The complementary color is HSL(226, 25%, 65%). 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, 25%, 65%) in CSS?
As HSL: color: hsl(46, 25%, 65%); — As HEX: color: #BCB28F; — As RGB: color: rgb(188, 178, 143); — Tailwind CSS: bg-[hsl(46,25%,65%)] — CSS variable: --color-primary: hsl(46, 25%, 65%);