#bfdbcf
a light, soft green · cool · closest name: silver
RGB
191, 219, 207
HSL
154°, 28%, 80%
CMYK
13, 0, 6, 14
Luminance
0.6624
Every format
| HEX | #bfdbcf |
| RGB | rgb(191, 219, 207) |
| HSL | hsl(154, 28%, 80%) |
| CMYK | cmyk(13%, 0%, 6%, 14%) |
| LAB | lab(85.1 -11.6 2.8) |
| LCH | lch(85.1 11.9 166.5) |
| OKLCH | oklch(0.867 0.034 167.9) |
Copy-ready code
/* CSS */
color: #bfdbcf;
background-color: #bfdbcf;
/* Tailwind (arbitrary) */
class="text-[#bfdbcf] bg-[#bfdbcf]"
/* SCSS */
$brand: #bfdbcf;
/* SwiftUI */
Color(red: 0.749, green: 0.859, blue: 0.812)
/* Android */
Color.parseColor("#bfdbcf")Accessibility — WCAG contrast
Aa
#bfdbcf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdbcf on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.9%
Blue81.2%
CMYK percentages
Cyan12.8%
Magenta0.0%
Yellow5.5%
Key (black)14.1%
Color previews
#bfdbcf text on a black background
contrast 14.25:1
Card sample
#bfdbcf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdbcf;
Background color
Panel with #bfdbcf background
background-color: #bfdbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 219, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 219, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdbcf; background: linear-gradient(135deg, #bfdbcf, #BFD4DB);