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