#bbcecb
a light, soft cyan · cool · closest name: silver
RGB
187, 206, 203
HSL
171°, 16%, 77%
CMYK
9, 0, 2, 19
Luminance
0.5902
Every format
| HEX | #bbcecb |
| RGB | rgb(187, 206, 203) |
| HSL | hsl(171, 16%, 77%) |
| CMYK | cmyk(9%, 0%, 2%, 19%) |
| LAB | lab(81.3 -7.0 -0.7) |
| LCH | lch(81.3 7.0 185.7) |
| OKLCH | oklch(0.836 0.021 185.4) |
Copy-ready code
/* CSS */
color: #bbcecb;
background-color: #bbcecb;
/* Tailwind (arbitrary) */
class="text-[#bbcecb] bg-[#bbcecb]"
/* SCSS */
$brand: #bbcecb;
/* SwiftUI */
Color(red: 0.733, green: 0.808, blue: 0.796)
/* Android */
Color.parseColor("#bbcecb")Accessibility — WCAG contrast
Aa
#bbcecb on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcecb on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green80.8%
Blue79.6%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow1.5%
Key (black)19.2%
Color previews
#bbcecb text on a black background
contrast 12.80:1
Card sample
#bbcecb text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcecb;
Background color
Panel with #bbcecb background
background-color: #bbcecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 206, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 206, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcecb; background: linear-gradient(135deg, #bbcecb, #BBC4CE);