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