#bfdacd
a light, soft green · cool · closest name: silver
RGB
191, 218, 205
HSL
151°, 27%, 80%
CMYK
12, 0, 6, 15
Luminance
0.6563
Every format
| HEX | #bfdacd |
| RGB | rgb(191, 218, 205) |
| HSL | hsl(151, 27%, 80%) |
| CMYK | cmyk(12%, 0%, 6%, 15%) |
| LAB | lab(84.8 -11.4 3.4) |
| LCH | lch(84.8 11.9 163.6) |
| OKLCH | oklch(0.865 0.034 165.0) |
Copy-ready code
/* CSS */
color: #bfdacd;
background-color: #bfdacd;
/* Tailwind (arbitrary) */
class="text-[#bfdacd] bg-[#bfdacd]"
/* SCSS */
$brand: #bfdacd;
/* SwiftUI */
Color(red: 0.749, green: 0.855, blue: 0.804)
/* Android */
Color.parseColor("#bfdacd")Accessibility — WCAG contrast
Aa
#bfdacd on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdacd on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.5%
Blue80.4%
CMYK percentages
Cyan12.4%
Magenta0.0%
Yellow6.0%
Key (black)14.5%
Color previews
#bfdacd text on a black background
contrast 14.13:1
Card sample
#bfdacd text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdacd;
Background color
Panel with #bfdacd background
background-color: #bfdacd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdacd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 218, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 218, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdacd; background: linear-gradient(135deg, #bfdacd, #BFD5DA);