#bdcdf9
a pale, electric blue · cool · closest name: lavender
RGB
189, 205, 249
HSL
224°, 83%, 86%
CMYK
24, 18, 0, 2
Luminance
0.6132
Every format
| HEX | #bdcdf9 |
| RGB | rgb(189, 205, 249) |
| HSL | hsl(224, 83%, 86%) |
| CMYK | cmyk(24%, 18%, 0%, 2%) |
| LAB | lab(82.5 3.9 -23.4) |
| LCH | lch(82.5 23.7 279.5) |
| OKLCH | oklch(0.851 0.064 269.3) |
Copy-ready code
/* CSS */
color: #bdcdf9;
background-color: #bdcdf9;
/* Tailwind (arbitrary) */
class="text-[#bdcdf9] bg-[#bdcdf9]"
/* SCSS */
$brand: #bdcdf9;
/* SwiftUI */
Color(red: 0.741, green: 0.804, blue: 0.976)
/* Android */
Color.parseColor("#bdcdf9")Accessibility — WCAG contrast
Aa
#bdcdf9 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdcdf9 on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green80.4%
Blue97.6%
CMYK percentages
Cyan24.1%
Magenta17.7%
Yellow0.0%
Key (black)2.4%
Color previews
#bdcdf9 text on a black background
contrast 13.26:1
Card sample
#bdcdf9 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdcdf9;
Background color
Panel with #bdcdf9 background
background-color: #bdcdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdcdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 205, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 205, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdcdf9; background: linear-gradient(135deg, #bdcdf9, #D5BDF9);