#bcaf92
a light, soft yellow · warm · closest name: tan
RGB
188, 175, 146
HSL
41°, 24%, 66%
CMYK
0, 7, 22, 26
Luminance
0.4343
Every format
| HEX | #bcaf92 |
| RGB | rgb(188, 175, 146) |
| HSL | hsl(41, 24%, 66%) |
| CMYK | cmyk(0%, 7%, 22%, 26%) |
| LAB | lab(71.8 -0.1 16.6) |
| LCH | lch(71.8 16.6 90.2) |
| OKLCH | oklch(0.757 0.043 86.7) |
Copy-ready code
/* CSS */
color: #bcaf92;
background-color: #bcaf92;
/* Tailwind (arbitrary) */
class="text-[#bcaf92] bg-[#bcaf92]"
/* SCSS */
$brand: #bcaf92;
/* SwiftUI */
Color(red: 0.737, green: 0.686, blue: 0.573)
/* Android */
Color.parseColor("#bcaf92")Accessibility — WCAG contrast
Aa
#bcaf92 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcaf92 on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green68.6%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta6.9%
Yellow22.3%
Key (black)26.3%
Color previews
#bcaf92 text on a black background
contrast 9.69:1
Card sample
#bcaf92 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcaf92;
Background color
Panel with #bcaf92 background
background-color: #bcaf92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcaf92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 175, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 175, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcaf92; background: linear-gradient(135deg, #bcaf92, #ADBC92);