#bcaf95
a light, soft yellow · warm · closest name: tan
RGB
188, 175, 149
HSL
40°, 23%, 66%
CMYK
0, 7, 21, 26
Luminance
0.4352
Every format
| HEX | #bcaf95 |
| RGB | rgb(188, 175, 149) |
| HSL | hsl(40, 23%, 66%) |
| CMYK | cmyk(0%, 7%, 21%, 26%) |
| LAB | lab(71.9 0.4 15.0) |
| LCH | lch(71.9 15.0 88.5) |
| OKLCH | oklch(0.758 0.039 84.6) |
Copy-ready code
/* CSS */
color: #bcaf95;
background-color: #bcaf95;
/* Tailwind (arbitrary) */
class="text-[#bcaf95] bg-[#bcaf95]"
/* SCSS */
$brand: #bcaf95;
/* SwiftUI */
Color(red: 0.737, green: 0.686, blue: 0.584)
/* Android */
Color.parseColor("#bcaf95")Accessibility — WCAG contrast
Aa
#bcaf95 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcaf95 on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green68.6%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta6.9%
Yellow20.7%
Key (black)26.3%
Color previews
#bcaf95 text on a black background
contrast 9.70:1
Card sample
#bcaf95 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcaf95;
Background color
Panel with #bcaf95 background
background-color: #bcaf95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcaf95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 175, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 175, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcaf95; background: linear-gradient(135deg, #bcaf95, #AFBC95);