#bbcfc5
a light, soft green · cool · closest name: silver
RGB
187, 207, 197
HSL
150°, 17%, 77%
CMYK
10, 0, 5, 19
Luminance
0.5922
Every format
| HEX | #bbcfc5 |
| RGB | rgb(187, 207, 197) |
| HSL | hsl(150, 17%, 77%) |
| CMYK | cmyk(10%, 0%, 5%, 19%) |
| LAB | lab(81.4 -8.6 2.7) |
| LCH | lch(81.4 9.0 162.8) |
| OKLCH | oklch(0.837 0.026 164.3) |
Copy-ready code
/* CSS */
color: #bbcfc5;
background-color: #bbcfc5;
/* Tailwind (arbitrary) */
class="text-[#bbcfc5] bg-[#bbcfc5]"
/* SCSS */
$brand: #bbcfc5;
/* SwiftUI */
Color(red: 0.733, green: 0.812, blue: 0.773)
/* Android */
Color.parseColor("#bbcfc5")Accessibility — WCAG contrast
Aa
#bbcfc5 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcfc5 on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green81.2%
Blue77.3%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow4.8%
Key (black)18.8%
Color previews
#bbcfc5 text on a black background
contrast 12.84:1
Card sample
#bbcfc5 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcfc5;
Background color
Panel with #bbcfc5 background
background-color: #bbcfc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcfc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 207, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 207, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcfc5; background: linear-gradient(135deg, #bbcfc5, #BBCCCF);