#bdcefd
a pale, electric blue · cool · closest name: lavender
RGB
189, 206, 253
HSL
224°, 94%, 87%
CMYK
25, 19, 0, 1
Luminance
0.6205
Every format
| HEX | #bdcefd |
| RGB | rgb(189, 206, 253) |
| HSL | hsl(224, 94%, 87%) |
| CMYK | cmyk(25%, 19%, 0%, 1%) |
| LAB | lab(82.9 4.3 -24.9) |
| LCH | lch(82.9 25.3 279.8) |
| OKLCH | oklch(0.854 0.068 269.4) |
Copy-ready code
/* CSS */
color: #bdcefd;
background-color: #bdcefd;
/* Tailwind (arbitrary) */
class="text-[#bdcefd] bg-[#bdcefd]"
/* SCSS */
$brand: #bdcefd;
/* SwiftUI */
Color(red: 0.741, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#bdcefd")Accessibility — WCAG contrast
Aa
#bdcefd on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdcefd on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green80.8%
Blue99.2%
CMYK percentages
Cyan25.3%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#bdcefd text on a black background
contrast 13.41:1
Card sample
#bdcefd text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdcefd;
Background color
Panel with #bdcefd background
background-color: #bdcefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdcefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdcefd; background: linear-gradient(135deg, #bdcefd, #D7BDFD);