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