#bfccb2
a light, soft green · cool · closest name: silver
RGB
191, 204, 178
HSL
90°, 20%, 75%
CMYK
6, 0, 13, 20
Luminance
0.5748
Every format
| HEX | #bfccb2 |
| RGB | rgb(191, 204, 178) |
| HSL | hsl(90, 20%, 75%) |
| CMYK | cmyk(6%, 0%, 13%, 20%) |
| LAB | lab(80.5 -9.1 11.5) |
| LCH | lch(80.5 14.7 128.5) |
| OKLCH | oklch(0.828 0.038 129.0) |
Copy-ready code
/* CSS */
color: #bfccb2;
background-color: #bfccb2;
/* Tailwind (arbitrary) */
class="text-[#bfccb2] bg-[#bfccb2]"
/* SCSS */
$brand: #bfccb2;
/* SwiftUI */
Color(red: 0.749, green: 0.800, blue: 0.698)
/* Android */
Color.parseColor("#bfccb2")Accessibility — WCAG contrast
Aa
#bfccb2 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfccb2 on black: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green80.0%
Blue69.8%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow12.7%
Key (black)20.0%
Color previews
#bfccb2 text on a black background
contrast 12.50:1
Card sample
#bfccb2 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfccb2;
Background color
Panel with #bfccb2 background
background-color: #bfccb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfccb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 204, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 204, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfccb2; background: linear-gradient(135deg, #bfccb2, #B2CCB6);