#bfdbc9
a light, soft green · cool · closest name: beige
RGB
191, 219, 201
HSL
141°, 28%, 80%
CMYK
13, 0, 8, 14
Luminance
0.6596
Every format
| HEX | #bfdbc9 |
| RGB | rgb(191, 219, 201) |
| HSL | hsl(141, 28%, 80%) |
| CMYK | cmyk(13%, 0%, 8%, 14%) |
| LAB | lab(85.0 -12.7 5.7) |
| LCH | lch(85.0 13.9 155.7) |
| OKLCH | oklch(0.866 0.039 157.3) |
Copy-ready code
/* CSS */
color: #bfdbc9;
background-color: #bfdbc9;
/* Tailwind (arbitrary) */
class="text-[#bfdbc9] bg-[#bfdbc9]"
/* SCSS */
$brand: #bfdbc9;
/* SwiftUI */
Color(red: 0.749, green: 0.859, blue: 0.788)
/* Android */
Color.parseColor("#bfdbc9")Accessibility — WCAG contrast
Aa
#bfdbc9 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdbc9 on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.9%
Blue78.8%
CMYK percentages
Cyan12.8%
Magenta0.0%
Yellow8.2%
Key (black)14.1%
Color previews
#bfdbc9 text on a black background
contrast 14.19:1
Card sample
#bfdbc9 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdbc9;
Background color
Panel with #bfdbc9 background
background-color: #bfdbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 219, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 219, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdbc9; background: linear-gradient(135deg, #bfdbc9, #BFDADB);