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