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