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