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