#bfcba2
a light, soft green · cool · closest name: tan
RGB
191, 203, 162
HSL
78°, 28%, 72%
CMYK
6, 0, 20, 20
Luminance
0.5640
Every format
| HEX | #bfcba2 |
| RGB | rgb(191, 203, 162) |
| HSL | hsl(78, 28%, 72%) |
| CMYK | cmyk(6%, 0%, 20%, 20%) |
| LAB | lab(79.8 -11.2 19.1) |
| LCH | lch(79.8 22.2 120.4) |
| OKLCH | oklch(0.822 0.057 120.9) |
Copy-ready code
/* CSS */
color: #bfcba2;
background-color: #bfcba2;
/* Tailwind (arbitrary) */
class="text-[#bfcba2] bg-[#bfcba2]"
/* SCSS */
$brand: #bfcba2;
/* SwiftUI */
Color(red: 0.749, green: 0.796, blue: 0.635)
/* Android */
Color.parseColor("#bfcba2")Accessibility — WCAG contrast
Aa
#bfcba2 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcba2 on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green79.6%
Blue63.5%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow20.2%
Key (black)20.4%
Color previews
#bfcba2 text on a black background
contrast 12.28:1
Card sample
#bfcba2 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcba2;
Background color
Panel with #bfcba2 background
background-color: #bfcba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 203, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 203, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcba2; background: linear-gradient(135deg, #bfcba2, #A4CBA2);