#bfdec7
a light, soft green · cool · closest name: beige
RGB
191, 222, 199
HSL
136°, 32%, 81%
CMYK
14, 0, 10, 13
Luminance
0.6744
Every format
| HEX | #bfdec7 |
| RGB | rgb(191, 222, 199) |
| HSL | hsl(136, 32%, 81%) |
| CMYK | cmyk(14%, 0%, 10%, 13%) |
| LAB | lab(85.7 -14.6 7.9) |
| LCH | lch(85.7 16.6 151.7) |
| OKLCH | oklch(0.872 0.045 153.3) |
Copy-ready code
/* CSS */
color: #bfdec7;
background-color: #bfdec7;
/* Tailwind (arbitrary) */
class="text-[#bfdec7] bg-[#bfdec7]"
/* SCSS */
$brand: #bfdec7;
/* SwiftUI */
Color(red: 0.749, green: 0.871, blue: 0.780)
/* Android */
Color.parseColor("#bfdec7")Accessibility — WCAG contrast
Aa
#bfdec7 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdec7 on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.1%
Blue78.0%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow10.4%
Key (black)12.9%
Color previews
#bfdec7 text on a black background
contrast 14.49:1
Card sample
#bfdec7 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdec7;
Background color
Panel with #bfdec7 background
background-color: #bfdec7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdec7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 222, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 222, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdec7; background: linear-gradient(135deg, #bfdec7, #BFDEDC);