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