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