#bfccc3
a light, muted green · cool · closest name: silver
RGB
191, 204, 195
HSL
139°, 11%, 78%
CMYK
6, 0, 4, 20
Luminance
0.5820
Every format
| HEX | #bfccc3 |
| RGB | rgb(191, 204, 195) |
| HSL | hsl(139, 11%, 78%) |
| CMYK | cmyk(6%, 0%, 4%, 20%) |
| LAB | lab(80.8 -6.1 3.0) |
| LCH | lch(80.8 6.8 154.2) |
| OKLCH | oklch(0.833 0.019 155.7) |
Copy-ready code
/* CSS */
color: #bfccc3;
background-color: #bfccc3;
/* Tailwind (arbitrary) */
class="text-[#bfccc3] bg-[#bfccc3]"
/* SCSS */
$brand: #bfccc3;
/* SwiftUI */
Color(red: 0.749, green: 0.800, blue: 0.765)
/* Android */
Color.parseColor("#bfccc3")Accessibility — WCAG contrast
Aa
#bfccc3 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfccc3 on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green80.0%
Blue76.5%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow4.4%
Key (black)20.0%
Color previews
#bfccc3 text on a black background
contrast 12.64:1
Card sample
#bfccc3 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfccc3;
Background color
Panel with #bfccc3 background
background-color: #bfccc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfccc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 204, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 204, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfccc3; background: linear-gradient(135deg, #bfccc3, #BFCCCC);