#bdcdfd
a pale, electric blue · warm · closest name: lavender
RGB
189, 205, 253
HSL
225°, 94%, 87%
CMYK
25, 19, 0, 1
Luminance
0.6157
Every format
| HEX | #bdcdfd |
| RGB | rgb(189, 205, 253) |
| HSL | hsl(225, 94%, 87%) |
| CMYK | cmyk(25%, 19%, 0%, 1%) |
| LAB | lab(82.7 4.8 -25.3) |
| LCH | lch(82.7 25.8 280.8) |
| OKLCH | oklch(0.852 0.069 270.5) |
Copy-ready code
/* CSS */
color: #bdcdfd;
background-color: #bdcdfd;
/* Tailwind (arbitrary) */
class="text-[#bdcdfd] bg-[#bdcdfd]"
/* SCSS */
$brand: #bdcdfd;
/* SwiftUI */
Color(red: 0.741, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#bdcdfd")Accessibility — WCAG contrast
Aa
#bdcdfd on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdcdfd on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green80.4%
Blue99.2%
CMYK percentages
Cyan25.3%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#bdcdfd text on a black background
contrast 13.31:1
Card sample
#bdcdfd text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdcdfd;
Background color
Panel with #bdcdfd background
background-color: #bdcdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdcdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdcdfd; background: linear-gradient(135deg, #bdcdfd, #D8BDFD);