#bfcba4
a light, soft green · cool · closest name: tan
RGB
191, 203, 164
HSL
79°, 27%, 72%
CMYK
6, 0, 19, 20
Luminance
0.5647
Every format
| HEX | #bfcba4 |
| RGB | rgb(191, 203, 164) |
| HSL | hsl(79, 27%, 72%) |
| CMYK | cmyk(6%, 0%, 19%, 20%) |
| LAB | lab(79.9 -10.9 18.1) |
| LCH | lch(79.9 21.1 121.0) |
| OKLCH | oklch(0.823 0.054 121.5) |
Copy-ready code
/* CSS */
color: #bfcba4;
background-color: #bfcba4;
/* Tailwind (arbitrary) */
class="text-[#bfcba4] bg-[#bfcba4]"
/* SCSS */
$brand: #bfcba4;
/* SwiftUI */
Color(red: 0.749, green: 0.796, blue: 0.643)
/* Android */
Color.parseColor("#bfcba4")Accessibility — WCAG contrast
Aa
#bfcba4 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcba4 on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green79.6%
Blue64.3%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow19.2%
Key (black)20.4%
Color previews
#bfcba4 text on a black background
contrast 12.29:1
Card sample
#bfcba4 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcba4;
Background color
Panel with #bfcba4 background
background-color: #bfcba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 203, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 203, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcba4; background: linear-gradient(135deg, #bfcba4, #A5CBA4);