#bdcdf7
a pale, electric blue · cool · closest name: lavender
RGB
189, 205, 247
HSL
223°, 78%, 86%
CMYK
24, 17, 0, 3
Luminance
0.6120
Every format
| HEX | #bdcdf7 |
| RGB | rgb(189, 205, 247) |
| HSL | hsl(223, 78%, 86%) |
| CMYK | cmyk(24%, 17%, 0%, 3%) |
| LAB | lab(82.5 3.5 -22.4) |
| LCH | lch(82.5 22.7 278.8) |
| OKLCH | oklch(0.850 0.061 268.7) |
Copy-ready code
/* CSS */
color: #bdcdf7;
background-color: #bdcdf7;
/* Tailwind (arbitrary) */
class="text-[#bdcdf7] bg-[#bdcdf7]"
/* SCSS */
$brand: #bdcdf7;
/* SwiftUI */
Color(red: 0.741, green: 0.804, blue: 0.969)
/* Android */
Color.parseColor("#bdcdf7")Accessibility — WCAG contrast
Aa
#bdcdf7 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdcdf7 on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green80.4%
Blue96.9%
CMYK percentages
Cyan23.5%
Magenta17.0%
Yellow0.0%
Key (black)3.1%
Color previews
#bdcdf7 text on a black background
contrast 13.24:1
Card sample
#bdcdf7 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdcdf7;
Background color
Panel with #bdcdf7 background
background-color: #bdcdf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdcdf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 205, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 205, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdcdf7; background: linear-gradient(135deg, #bdcdf7, #D4BDF7);