#bbcdbc
a light, soft green · cool · closest name: silver
RGB
187, 205, 188
HSL
123°, 15%, 77%
CMYK
9, 0, 8, 20
Luminance
0.5786
Every format
| HEX | #bbcdbc |
| RGB | rgb(187, 205, 188) |
| HSL | hsl(123, 15%, 77%) |
| CMYK | cmyk(9%, 0%, 8%, 20%) |
| LAB | lab(80.7 -9.3 6.4) |
| LCH | lch(80.7 11.3 145.4) |
| OKLCH | oklch(0.830 0.030 146.9) |
Copy-ready code
/* CSS */
color: #bbcdbc;
background-color: #bbcdbc;
/* Tailwind (arbitrary) */
class="text-[#bbcdbc] bg-[#bbcdbc]"
/* SCSS */
$brand: #bbcdbc;
/* SwiftUI */
Color(red: 0.733, green: 0.804, blue: 0.737)
/* Android */
Color.parseColor("#bbcdbc")Accessibility — WCAG contrast
Aa
#bbcdbc on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcdbc on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green80.4%
Blue73.7%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow8.3%
Key (black)19.6%
Color previews
#bbcdbc text on a black background
contrast 12.57:1
Card sample
#bbcdbc text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcdbc;
Background color
Panel with #bbcdbc background
background-color: #bbcdbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcdbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 205, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 205, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcdbc; background: linear-gradient(135deg, #bbcdbc, #BBCDC8);