#bccfbf
a light, soft green · cool · closest name: silver
RGB
188, 207, 191
HSL
130°, 17%, 78%
CMYK
9, 0, 8, 19
Luminance
0.5908
Every format
| HEX | #bccfbf |
| RGB | rgb(188, 207, 191) |
| HSL | hsl(130, 17%, 78%) |
| CMYK | cmyk(9%, 0%, 8%, 19%) |
| LAB | lab(81.3 -9.4 5.8) |
| LCH | lch(81.3 11.1 148.5) |
| OKLCH | oklch(0.836 0.030 150.0) |
Copy-ready code
/* CSS */
color: #bccfbf;
background-color: #bccfbf;
/* Tailwind (arbitrary) */
class="text-[#bccfbf] bg-[#bccfbf]"
/* SCSS */
$brand: #bccfbf;
/* SwiftUI */
Color(red: 0.737, green: 0.812, blue: 0.749)
/* Android */
Color.parseColor("#bccfbf")Accessibility — WCAG contrast
Aa
#bccfbf on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccfbf on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green81.2%
Blue74.9%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow7.7%
Key (black)18.8%
Color previews
#bccfbf text on a black background
contrast 12.82:1
Card sample
#bccfbf text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccfbf;
Background color
Panel with #bccfbf background
background-color: #bccfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 207, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 207, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccfbf; background: linear-gradient(135deg, #bccfbf, #BCCFCC);