#bfd7ce
a light, soft green · cool · closest name: silver
RGB
191, 215, 206
HSL
158°, 23%, 80%
CMYK
11, 0, 4, 16
Luminance
0.6413
Every format
| HEX | #bfd7ce |
| RGB | rgb(191, 215, 206) |
| HSL | hsl(158, 23%, 80%) |
| CMYK | cmyk(11%, 0%, 4%, 16%) |
| LAB | lab(84.0 -9.7 1.7) |
| LCH | lch(84.0 9.9 170.0) |
| OKLCH | oklch(0.859 0.029 171.1) |
Copy-ready code
/* CSS */
color: #bfd7ce;
background-color: #bfd7ce;
/* Tailwind (arbitrary) */
class="text-[#bfd7ce] bg-[#bfd7ce]"
/* SCSS */
$brand: #bfd7ce;
/* SwiftUI */
Color(red: 0.749, green: 0.843, blue: 0.808)
/* Android */
Color.parseColor("#bfd7ce")Accessibility — WCAG contrast
Aa
#bfd7ce on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd7ce on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green84.3%
Blue80.8%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow4.2%
Key (black)15.7%
Color previews
#bfd7ce text on a black background
contrast 13.83:1
Card sample
#bfd7ce text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd7ce;
Background color
Panel with #bfd7ce background
background-color: #bfd7ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd7ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 215, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 215, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd7ce; background: linear-gradient(135deg, #bfd7ce, #BFD0D7);