#bbdcd3
a light, soft cyan · cool · closest name: silver
RGB
187, 220, 211
HSL
164°, 32%, 80%
CMYK
15, 0, 4, 14
Luminance
0.6645
Every format
| HEX | #bbdcd3 |
| RGB | rgb(187, 220, 211) |
| HSL | hsl(164, 32%, 80%) |
| CMYK | cmyk(15%, 0%, 4%, 14%) |
| LAB | lab(85.2 -12.6 0.8) |
| LCH | lch(85.2 12.6 176.5) |
| OKLCH | oklch(0.868 0.037 177.1) |
Copy-ready code
/* CSS */
color: #bbdcd3;
background-color: #bbdcd3;
/* Tailwind (arbitrary) */
class="text-[#bbdcd3] bg-[#bbdcd3]"
/* SCSS */
$brand: #bbdcd3;
/* SwiftUI */
Color(red: 0.733, green: 0.863, blue: 0.827)
/* Android */
Color.parseColor("#bbdcd3")Accessibility — WCAG contrast
Aa
#bbdcd3 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbdcd3 on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green86.3%
Blue82.7%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow4.1%
Key (black)13.7%
Color previews
#bbdcd3 text on a black background
contrast 14.29:1
Card sample
#bbdcd3 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbdcd3;
Background color
Panel with #bbdcd3 background
background-color: #bbdcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbdcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 220, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 220, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbdcd3; background: linear-gradient(135deg, #bbdcd3, #BBCFDC);