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