#bbdddd
a light, soft cyan · cool · closest name: silver
RGB
187, 221, 221
HSL
180°, 33%, 80%
CMYK
15, 0, 0, 13
Luminance
0.6750
Every format
| HEX | #bbdddd |
| RGB | rgb(187, 221, 221) |
| HSL | hsl(180, 33%, 80%) |
| CMYK | cmyk(15%, 0%, 0%, 13%) |
| LAB | lab(85.8 -11.1 -3.7) |
| LCH | lch(85.8 11.7 198.6) |
| OKLCH | oklch(0.873 0.036 196.5) |
Copy-ready code
/* CSS */
color: #bbdddd;
background-color: #bbdddd;
/* Tailwind (arbitrary) */
class="text-[#bbdddd] bg-[#bbdddd]"
/* SCSS */
$brand: #bbdddd;
/* SwiftUI */
Color(red: 0.733, green: 0.867, blue: 0.867)
/* Android */
Color.parseColor("#bbdddd")Accessibility — WCAG contrast
Aa
#bbdddd on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbdddd on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green86.7%
Blue86.7%
CMYK percentages
Cyan15.4%
Magenta0.0%
Yellow0.0%
Key (black)13.3%
Color previews
#bbdddd text on a black background
contrast 14.50:1
Card sample
#bbdddd text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbdddd;
Background color
Panel with #bbdddd background
background-color: #bbdddd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbdddd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 221, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 221, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbdddd; background: linear-gradient(135deg, #bbdddd, #BBC6DD);