#bccfb4
a light, soft green · cool · closest name: silver
RGB
188, 207, 180
HSL
102°, 22%, 76%
CMYK
9, 0, 13, 19
Luminance
0.5861
Every format
| HEX | #bccfb4 |
| RGB | rgb(188, 207, 180) |
| HSL | hsl(102, 22%, 76%) |
| CMYK | cmyk(9%, 0%, 13%, 19%) |
| LAB | lab(81.1 -11.4 11.3) |
| LCH | lch(81.1 16.0 135.3) |
| OKLCH | oklch(0.833 0.042 136.3) |
Copy-ready code
/* CSS */
color: #bccfb4;
background-color: #bccfb4;
/* Tailwind (arbitrary) */
class="text-[#bccfb4] bg-[#bccfb4]"
/* SCSS */
$brand: #bccfb4;
/* SwiftUI */
Color(red: 0.737, green: 0.812, blue: 0.706)
/* Android */
Color.parseColor("#bccfb4")Accessibility — WCAG contrast
Aa
#bccfb4 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccfb4 on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green81.2%
Blue70.6%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow13.0%
Key (black)18.8%
Color previews
#bccfb4 text on a black background
contrast 12.72:1
Card sample
#bccfb4 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccfb4;
Background color
Panel with #bccfb4 background
background-color: #bccfb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccfb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 207, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 207, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccfb4; background: linear-gradient(135deg, #bccfb4, #B4CFBE);