#bfdfc9
a light, soft green · cool · closest name: beige
RGB
191, 223, 201
HSL
139°, 33%, 81%
CMYK
14, 0, 10, 13
Luminance
0.6807
Every format
| HEX | #bfdfc9 |
| RGB | rgb(191, 223, 201) |
| HSL | hsl(139, 33%, 81%) |
| CMYK | cmyk(14%, 0%, 10%, 13%) |
| LAB | lab(86.0 -14.7 7.3) |
| LCH | lch(86.0 16.4 153.7) |
| OKLCH | oklch(0.874 0.045 155.3) |
Copy-ready code
/* CSS */
color: #bfdfc9;
background-color: #bfdfc9;
/* Tailwind (arbitrary) */
class="text-[#bfdfc9] bg-[#bfdfc9]"
/* SCSS */
$brand: #bfdfc9;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.788)
/* Android */
Color.parseColor("#bfdfc9")Accessibility — WCAG contrast
Aa
#bfdfc9 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdfc9 on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue78.8%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow9.9%
Key (black)12.5%
Color previews
#bfdfc9 text on a black background
contrast 14.61:1
Card sample
#bfdfc9 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdfc9;
Background color
Panel with #bfdfc9 background
background-color: #bfdfc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdfc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdfc9; background: linear-gradient(135deg, #bfdfc9, #BFDFDE);