#bbdfdb
a light, soft cyan · cool · closest name: silver
RGB
187, 223, 219
HSL
173°, 36%, 80%
CMYK
16, 0, 2, 13
Luminance
0.6845
Every format
| HEX | #bbdfdb |
| RGB | rgb(187, 223, 219) |
| HSL | hsl(173, 36%, 80%) |
| CMYK | cmyk(16%, 0%, 2%, 13%) |
| LAB | lab(86.2 -12.5 -2.0) |
| LCH | lch(86.2 12.7 189.0) |
| OKLCH | oklch(0.877 0.038 188.3) |
Copy-ready code
/* CSS */
color: #bbdfdb;
background-color: #bbdfdb;
/* Tailwind (arbitrary) */
class="text-[#bbdfdb] bg-[#bbdfdb]"
/* SCSS */
$brand: #bbdfdb;
/* SwiftUI */
Color(red: 0.733, green: 0.875, blue: 0.859)
/* Android */
Color.parseColor("#bbdfdb")Accessibility — WCAG contrast
Aa
#bbdfdb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbdfdb on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green87.5%
Blue85.9%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow1.8%
Key (black)12.5%
Color previews
#bbdfdb text on a black background
contrast 14.69:1
Card sample
#bbdfdb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbdfdb;
Background color
Panel with #bbdfdb background
background-color: #bbdfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbdfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 223, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 223, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbdfdb; background: linear-gradient(135deg, #bbdfdb, #BBCBDF);