#bfcdba
a light, soft green · cool · closest name: silver
RGB
191, 205, 186
HSL
104°, 16%, 77%
CMYK
7, 0, 9, 20
Luminance
0.5828
Every format
| HEX | #bfcdba |
| RGB | rgb(191, 205, 186) |
| HSL | hsl(104, 16%, 77%) |
| CMYK | cmyk(7%, 0%, 9%, 20%) |
| LAB | lab(80.9 -8.3 7.8) |
| LCH | lch(80.9 11.4 136.5) |
| OKLCH | oklch(0.832 0.030 137.4) |
Copy-ready code
/* CSS */
color: #bfcdba;
background-color: #bfcdba;
/* Tailwind (arbitrary) */
class="text-[#bfcdba] bg-[#bfcdba]"
/* SCSS */
$brand: #bfcdba;
/* SwiftUI */
Color(red: 0.749, green: 0.804, blue: 0.729)
/* Android */
Color.parseColor("#bfcdba")Accessibility — WCAG contrast
Aa
#bfcdba on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcdba on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green80.4%
Blue72.9%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow9.3%
Key (black)19.6%
Color previews
#bfcdba text on a black background
contrast 12.66:1
Card sample
#bfcdba text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcdba;
Background color
Panel with #bfcdba background
background-color: #bfcdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 205, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 205, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcdba; background: linear-gradient(135deg, #bfcdba, #BACDC2);