#bbdcdf
a light, soft cyan · cool · closest name: silver
RGB
187, 220, 223
HSL
185°, 36%, 80%
CMYK
16, 1, 0, 13
Luminance
0.6708
Every format
| HEX | #bbdcdf |
| RGB | rgb(187, 220, 223) |
| HSL | hsl(185, 36%, 80%) |
| CMYK | cmyk(16%, 1%, 0%, 13%) |
| LAB | lab(85.5 -10.2 -5.1) |
| LCH | lch(85.5 11.4 206.6) |
| OKLCH | oklch(0.872 0.035 203.3) |
Copy-ready code
/* CSS */
color: #bbdcdf;
background-color: #bbdcdf;
/* Tailwind (arbitrary) */
class="text-[#bbdcdf] bg-[#bbdcdf]"
/* SCSS */
$brand: #bbdcdf;
/* SwiftUI */
Color(red: 0.733, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#bbdcdf")Accessibility — WCAG contrast
Aa
#bbdcdf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbdcdf on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green86.3%
Blue87.5%
CMYK percentages
Cyan16.1%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#bbdcdf text on a black background
contrast 14.42:1
Card sample
#bbdcdf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbdcdf;
Background color
Panel with #bbdcdf background
background-color: #bbdcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbdcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbdcdf; background: linear-gradient(135deg, #bbdcdf, #BBC4DF);