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