#bdcddb
a light, soft blue · cool · closest name: silver
RGB
189, 205, 219
HSL
208°, 29%, 80%
CMYK
14, 6, 0, 14
Luminance
0.5960
Every format
| HEX | #bdcddb |
| RGB | rgb(189, 205, 219) |
| HSL | hsl(208, 29%, 80%) |
| CMYK | cmyk(14%, 6%, 0%, 14%) |
| LAB | lab(81.6 -2.6 -8.8) |
| LCH | lch(81.6 9.2 253.5) |
| OKLCH | oklch(0.841 0.026 244.5) |
Copy-ready code
/* CSS */
color: #bdcddb;
background-color: #bdcddb;
/* Tailwind (arbitrary) */
class="text-[#bdcddb] bg-[#bdcddb]"
/* SCSS */
$brand: #bdcddb;
/* SwiftUI */
Color(red: 0.741, green: 0.804, blue: 0.859)
/* Android */
Color.parseColor("#bdcddb")Accessibility — WCAG contrast
Aa
#bdcddb on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdcddb on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green80.4%
Blue85.9%
CMYK percentages
Cyan13.7%
Magenta6.4%
Yellow0.0%
Key (black)14.1%
Color previews
#bdcddb text on a black background
contrast 12.92:1
Card sample
#bdcddb text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdcddb;
Background color
Panel with #bdcddb background
background-color: #bdcddb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdcddb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 205, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 205, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdcddb; background: linear-gradient(135deg, #bdcddb, #C1BDDB);