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