#bdcbfd
a pale, electric blue · warm · closest name: lavender
RGB
189, 203, 253
HSL
227°, 94%, 87%
CMYK
25, 20, 0, 1
Luminance
0.6062
Every format
| HEX | #bdcbfd |
| RGB | rgb(189, 203, 253) |
| HSL | hsl(227, 94%, 87%) |
| CMYK | cmyk(25%, 20%, 0%, 1%) |
| LAB | lab(82.2 5.9 -26.1) |
| LCH | lch(82.2 26.7 282.8) |
| OKLCH | oklch(0.848 0.072 272.6) |
Copy-ready code
/* CSS */
color: #bdcbfd;
background-color: #bdcbfd;
/* Tailwind (arbitrary) */
class="text-[#bdcbfd] bg-[#bdcbfd]"
/* SCSS */
$brand: #bdcbfd;
/* SwiftUI */
Color(red: 0.741, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#bdcbfd")Accessibility — WCAG contrast
Aa
#bdcbfd on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdcbfd on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green79.6%
Blue99.2%
CMYK percentages
Cyan25.3%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#bdcbfd text on a black background
contrast 13.12:1
Card sample
#bdcbfd text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdcbfd;
Background color
Panel with #bdcbfd background
background-color: #bdcbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdcbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdcbfd; background: linear-gradient(135deg, #bdcbfd, #DABDFD);