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