#bdcdf4
a light, vivid blue · cool · closest name: lavender
RGB
189, 205, 244
HSL
223°, 71%, 85%
CMYK
23, 16, 0, 4
Luminance
0.6101
Every format
| HEX | #bdcdf4 |
| RGB | rgb(189, 205, 244) |
| HSL | hsl(223, 71%, 85%) |
| CMYK | cmyk(23%, 16%, 0%, 4%) |
| LAB | lab(82.4 2.8 -21.0) |
| LCH | lch(82.4 21.1 277.6) |
| OKLCH | oklch(0.849 0.057 267.6) |
Copy-ready code
/* CSS */
color: #bdcdf4;
background-color: #bdcdf4;
/* Tailwind (arbitrary) */
class="text-[#bdcdf4] bg-[#bdcdf4]"
/* SCSS */
$brand: #bdcdf4;
/* SwiftUI */
Color(red: 0.741, green: 0.804, blue: 0.957)
/* Android */
Color.parseColor("#bdcdf4")Accessibility — WCAG contrast
Aa
#bdcdf4 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdcdf4 on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green80.4%
Blue95.7%
CMYK percentages
Cyan22.5%
Magenta16.0%
Yellow0.0%
Key (black)4.3%
Color previews
#bdcdf4 text on a black background
contrast 13.20:1
Card sample
#bdcdf4 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdcdf4;
Background color
Panel with #bdcdf4 background
background-color: #bdcdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdcdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 205, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 205, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdcdf4; background: linear-gradient(135deg, #bdcdf4, #D2BDF4);