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