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