#bfd8ce
a light, soft green · cool · closest name: silver
RGB
191, 216, 206
HSL
156°, 24%, 80%
CMYK
12, 0, 5, 15
Luminance
0.6464
Every format
| HEX | #bfd8ce |
| RGB | rgb(191, 216, 206) |
| HSL | hsl(156, 24%, 80%) |
| CMYK | cmyk(12%, 0%, 5%, 15%) |
| LAB | lab(84.3 -10.2 2.1) |
| LCH | lch(84.3 10.5 168.4) |
| OKLCH | oklch(0.861 0.030 169.6) |
Copy-ready code
/* CSS */
color: #bfd8ce;
background-color: #bfd8ce;
/* Tailwind (arbitrary) */
class="text-[#bfd8ce] bg-[#bfd8ce]"
/* SCSS */
$brand: #bfd8ce;
/* SwiftUI */
Color(red: 0.749, green: 0.847, blue: 0.808)
/* Android */
Color.parseColor("#bfd8ce")Accessibility — WCAG contrast
Aa
#bfd8ce on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd8ce on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green84.7%
Blue80.8%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow4.6%
Key (black)15.3%
Color previews
#bfd8ce text on a black background
contrast 13.93:1
Card sample
#bfd8ce text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd8ce;
Background color
Panel with #bfd8ce background
background-color: #bfd8ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd8ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 216, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 216, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd8ce; background: linear-gradient(135deg, #bfd8ce, #BFD1D8);