#bdcddc
a light, soft blue · cool · closest name: silver
RGB
189, 205, 220
HSL
209°, 31%, 80%
CMYK
14, 7, 0, 14
Luminance
0.5965
Every format
| HEX | #bdcddc |
| RGB | rgb(189, 205, 220) |
| HSL | hsl(209, 31%, 80%) |
| CMYK | cmyk(14%, 7%, 0%, 14%) |
| LAB | lab(81.7 -2.4 -9.3) |
| LCH | lch(81.7 9.6 255.5) |
| OKLCH | oklch(0.841 0.027 246.4) |
Copy-ready code
/* CSS */
color: #bdcddc;
background-color: #bdcddc;
/* Tailwind (arbitrary) */
class="text-[#bdcddc] bg-[#bdcddc]"
/* SCSS */
$brand: #bdcddc;
/* SwiftUI */
Color(red: 0.741, green: 0.804, blue: 0.863)
/* Android */
Color.parseColor("#bdcddc")Accessibility — WCAG contrast
Aa
#bdcddc on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdcddc on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green80.4%
Blue86.3%
CMYK percentages
Cyan14.1%
Magenta6.8%
Yellow0.0%
Key (black)13.7%
Color previews
#bdcddc text on a black background
contrast 12.93:1
Card sample
#bdcddc text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdcddc;
Background color
Panel with #bdcddc background
background-color: #bdcddc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdcddc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 205, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 205, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdcddc; background: linear-gradient(135deg, #bdcddc, #C2BDDC);