#bfddcf
a light, soft green · cool · closest name: silver
RGB
191, 221, 207
HSL
152°, 31%, 81%
CMYK
14, 0, 6, 13
Luminance
0.6729
Every format
| HEX | #bfddcf |
| RGB | rgb(191, 221, 207) |
| HSL | hsl(152, 31%, 81%) |
| CMYK | cmyk(14%, 0%, 6%, 13%) |
| LAB | lab(85.7 -12.6 3.5) |
| LCH | lch(85.7 13.1 164.3) |
| OKLCH | oklch(0.872 0.037 165.7) |
Copy-ready code
/* CSS */
color: #bfddcf;
background-color: #bfddcf;
/* Tailwind (arbitrary) */
class="text-[#bfddcf] bg-[#bfddcf]"
/* SCSS */
$brand: #bfddcf;
/* SwiftUI */
Color(red: 0.749, green: 0.867, blue: 0.812)
/* Android */
Color.parseColor("#bfddcf")Accessibility — WCAG contrast
Aa
#bfddcf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfddcf on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green86.7%
Blue81.2%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow6.3%
Key (black)13.3%
Color previews
#bfddcf text on a black background
contrast 14.46:1
Card sample
#bfddcf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfddcf;
Background color
Panel with #bfddcf background
background-color: #bfddcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfddcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 221, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 221, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfddcf; background: linear-gradient(135deg, #bfddcf, #BFD7DD);