#bdcfd9
a light, soft blue · cool · closest name: silver
RGB
189, 207, 217
HSL
201°, 27%, 80%
CMYK
13, 5, 0, 15
Luminance
0.6045
Every format
| HEX | #bdcfd9 |
| RGB | rgb(189, 207, 217) |
| HSL | hsl(201, 27%, 80%) |
| CMYK | cmyk(13%, 5%, 0%, 15%) |
| LAB | lab(82.1 -4.1 -7.0) |
| LCH | lch(82.1 8.1 240.0) |
| OKLCH | oklch(0.844 0.024 231.9) |
Copy-ready code
/* CSS */
color: #bdcfd9;
background-color: #bdcfd9;
/* Tailwind (arbitrary) */
class="text-[#bdcfd9] bg-[#bdcfd9]"
/* SCSS */
$brand: #bdcfd9;
/* SwiftUI */
Color(red: 0.741, green: 0.812, blue: 0.851)
/* Android */
Color.parseColor("#bdcfd9")Accessibility — WCAG contrast
Aa
#bdcfd9 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdcfd9 on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green81.2%
Blue85.1%
CMYK percentages
Cyan12.9%
Magenta4.6%
Yellow0.0%
Key (black)14.9%
Color previews
#bdcfd9 text on a black background
contrast 13.09:1
Card sample
#bdcfd9 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdcfd9;
Background color
Panel with #bdcfd9 background
background-color: #bdcfd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdcfd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 207, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 207, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdcfd9; background: linear-gradient(135deg, #bdcfd9, #BEBDD9);