#bfcab2
a light, soft green · cool · closest name: silver
RGB
191, 202, 178
HSL
88°, 19%, 75%
CMYK
5, 0, 12, 21
Luminance
0.5653
Every format
| HEX | #bfcab2 |
| RGB | rgb(191, 202, 178) |
| HSL | hsl(88, 19%, 75%) |
| CMYK | cmyk(5%, 0%, 12%, 21%) |
| LAB | lab(79.9 -8.1 10.7) |
| LCH | lch(79.9 13.4 127.0) |
| OKLCH | oklch(0.824 0.035 127.3) |
Copy-ready code
/* CSS */
color: #bfcab2;
background-color: #bfcab2;
/* Tailwind (arbitrary) */
class="text-[#bfcab2] bg-[#bfcab2]"
/* SCSS */
$brand: #bfcab2;
/* SwiftUI */
Color(red: 0.749, green: 0.792, blue: 0.698)
/* Android */
Color.parseColor("#bfcab2")Accessibility — WCAG contrast
Aa
#bfcab2 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcab2 on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green79.2%
Blue69.8%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow11.9%
Key (black)20.8%
Color previews
#bfcab2 text on a black background
contrast 12.31:1
Card sample
#bfcab2 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcab2;
Background color
Panel with #bfcab2 background
background-color: #bfcab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 202, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 202, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcab2; background: linear-gradient(135deg, #bfcab2, #B2CAB5);