#bccdbd
a light, muted green · cool · closest name: silver
RGB
188, 205, 189
HSL
124°, 15%, 77%
CMYK
8, 0, 8, 20
Luminance
0.5803
Every format
| HEX | #bccdbd |
| RGB | rgb(188, 205, 189) |
| HSL | hsl(124, 15%, 77%) |
| CMYK | cmyk(8%, 0%, 8%, 20%) |
| LAB | lab(80.8 -8.8 6.0) |
| LCH | lch(80.8 10.6 145.6) |
| OKLCH | oklch(0.831 0.029 147.0) |
Copy-ready code
/* CSS */
color: #bccdbd;
background-color: #bccdbd;
/* Tailwind (arbitrary) */
class="text-[#bccdbd] bg-[#bccdbd]"
/* SCSS */
$brand: #bccdbd;
/* SwiftUI */
Color(red: 0.737, green: 0.804, blue: 0.741)
/* Android */
Color.parseColor("#bccdbd")Accessibility — WCAG contrast
Aa
#bccdbd on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccdbd on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green80.4%
Blue74.1%
CMYK percentages
Cyan8.3%
Magenta0.0%
Yellow7.8%
Key (black)19.6%
Color previews
#bccdbd text on a black background
contrast 12.61:1
Card sample
#bccdbd text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccdbd;
Background color
Panel with #bccdbd background
background-color: #bccdbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccdbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 205, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 205, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccdbd; background: linear-gradient(135deg, #bccdbd, #BCCDC8);