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