#bdcdfb
a pale, electric blue · cool · closest name: lavender
RGB
189, 205, 251
HSL
225°, 89%, 86%
CMYK
25, 18, 0, 2
Luminance
0.6145
Every format
| HEX | #bdcdfb |
| RGB | rgb(189, 205, 251) |
| HSL | hsl(225, 89%, 86%) |
| CMYK | cmyk(25%, 18%, 0%, 2%) |
| LAB | lab(82.6 4.4 -24.3) |
| LCH | lch(82.6 24.7 280.2) |
| OKLCH | oklch(0.852 0.067 269.9) |
Copy-ready code
/* CSS */
color: #bdcdfb;
background-color: #bdcdfb;
/* Tailwind (arbitrary) */
class="text-[#bdcdfb] bg-[#bdcdfb]"
/* SCSS */
$brand: #bdcdfb;
/* SwiftUI */
Color(red: 0.741, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#bdcdfb")Accessibility — WCAG contrast
Aa
#bdcdfb on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdcdfb on black: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green80.4%
Blue98.4%
CMYK percentages
Cyan24.7%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#bdcdfb text on a black background
contrast 13.29:1
Card sample
#bdcdfb text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdcdfb;
Background color
Panel with #bdcdfb background
background-color: #bdcdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdcdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdcdfb; background: linear-gradient(135deg, #bdcdfb, #D6BDFB);