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