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