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