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