#bfd6ce
a light, soft green · cool · closest name: silver
RGB
191, 214, 206
HSL
159°, 22%, 79%
CMYK
11, 0, 4, 16
Luminance
0.6363
Every format
| HEX | #bfd6ce |
| RGB | rgb(191, 214, 206) |
| HSL | hsl(159, 22%, 79%) |
| CMYK | cmyk(11%, 0%, 4%, 16%) |
| LAB | lab(83.8 -9.2 1.3) |
| LCH | lch(83.8 9.3 171.7) |
| OKLCH | oklch(0.857 0.027 172.8) |
Copy-ready code
/* CSS */
color: #bfd6ce;
background-color: #bfd6ce;
/* Tailwind (arbitrary) */
class="text-[#bfd6ce] bg-[#bfd6ce]"
/* SCSS */
$brand: #bfd6ce;
/* SwiftUI */
Color(red: 0.749, green: 0.839, blue: 0.808)
/* Android */
Color.parseColor("#bfd6ce")Accessibility — WCAG contrast
Aa
#bfd6ce on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd6ce on black: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.9%
Blue80.8%
CMYK percentages
Cyan10.7%
Magenta0.0%
Yellow3.7%
Key (black)16.1%
Color previews
#bfd6ce text on a black background
contrast 13.73:1
Card sample
#bfd6ce text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd6ce;
Background color
Panel with #bfd6ce background
background-color: #bfd6ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd6ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 214, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 214, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd6ce; background: linear-gradient(135deg, #bfd6ce, #BFCFD6);