#bfcba7
a light, soft green · cool · closest name: beige
RGB
191, 203, 167
HSL
80°, 26%, 73%
CMYK
6, 0, 18, 20
Luminance
0.5658
Every format
| HEX | #bfcba7 |
| RGB | rgb(191, 203, 167) |
| HSL | hsl(80, 26%, 73%) |
| CMYK | cmyk(6%, 0%, 18%, 20%) |
| LAB | lab(79.9 -10.4 16.6) |
| LCH | lch(79.9 19.6 122.1) |
| OKLCH | oklch(0.823 0.051 122.5) |
Copy-ready code
/* CSS */
color: #bfcba7;
background-color: #bfcba7;
/* Tailwind (arbitrary) */
class="text-[#bfcba7] bg-[#bfcba7]"
/* SCSS */
$brand: #bfcba7;
/* SwiftUI */
Color(red: 0.749, green: 0.796, blue: 0.655)
/* Android */
Color.parseColor("#bfcba7")Accessibility — WCAG contrast
Aa
#bfcba7 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcba7 on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green79.6%
Blue65.5%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow17.7%
Key (black)20.4%
Color previews
#bfcba7 text on a black background
contrast 12.32:1
Card sample
#bfcba7 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcba7;
Background color
Panel with #bfcba7 background
background-color: #bfcba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 203, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 203, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcba7; background: linear-gradient(135deg, #bfcba7, #A7CBA7);