#bfdec0
a light, soft green · cool · closest name: beige
RGB
191, 222, 192
HSL
122°, 32%, 81%
CMYK
14, 0, 14, 13
Luminance
0.6712
Every format
| HEX | #bfdec0 |
| RGB | rgb(191, 222, 192) |
| HSL | hsl(122, 32%, 81%) |
| CMYK | cmyk(14%, 0%, 14%, 13%) |
| LAB | lab(85.6 -15.8 11.3) |
| LCH | lch(85.6 19.5 144.4) |
| OKLCH | oklch(0.870 0.052 146.0) |
Copy-ready code
/* CSS */
color: #bfdec0;
background-color: #bfdec0;
/* Tailwind (arbitrary) */
class="text-[#bfdec0] bg-[#bfdec0]"
/* SCSS */
$brand: #bfdec0;
/* SwiftUI */
Color(red: 0.749, green: 0.871, blue: 0.753)
/* Android */
Color.parseColor("#bfdec0")Accessibility — WCAG contrast
Aa
#bfdec0 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdec0 on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.1%
Blue75.3%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow13.5%
Key (black)12.9%
Color previews
#bfdec0 text on a black background
contrast 14.42:1
Card sample
#bfdec0 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdec0;
Background color
Panel with #bfdec0 background
background-color: #bfdec0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdec0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 222, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 222, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdec0; background: linear-gradient(135deg, #bfdec0, #BFDED5);