#bbcfc1
a light, soft green · cool · closest name: silver
RGB
187, 207, 193
HSL
138°, 17%, 77%
CMYK
10, 0, 7, 19
Luminance
0.5904
Every format
| HEX | #bbcfc1 |
| RGB | rgb(187, 207, 193) |
| HSL | hsl(138, 17%, 77%) |
| CMYK | cmyk(10%, 0%, 7%, 19%) |
| LAB | lab(81.3 -9.4 4.7) |
| LCH | lch(81.3 10.5 153.6) |
| OKLCH | oklch(0.835 0.029 155.2) |
Copy-ready code
/* CSS */
color: #bbcfc1;
background-color: #bbcfc1;
/* Tailwind (arbitrary) */
class="text-[#bbcfc1] bg-[#bbcfc1]"
/* SCSS */
$brand: #bbcfc1;
/* SwiftUI */
Color(red: 0.733, green: 0.812, blue: 0.757)
/* Android */
Color.parseColor("#bbcfc1")Accessibility — WCAG contrast
Aa
#bbcfc1 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcfc1 on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green81.2%
Blue75.7%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow6.8%
Key (black)18.8%
Color previews
#bbcfc1 text on a black background
contrast 12.81:1
Card sample
#bbcfc1 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcfc1;
Background color
Panel with #bbcfc1 background
background-color: #bbcfc1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcfc1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 207, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 207, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcfc1; background: linear-gradient(135deg, #bbcfc1, #BBCFCE);