#bdcdf3
a light, vivid blue · cool · closest name: lavender
RGB
189, 205, 243
HSL
222°, 69%, 85%
CMYK
22, 16, 0, 5
Luminance
0.6095
Every format
| HEX | #bdcdf3 |
| RGB | rgb(189, 205, 243) |
| HSL | hsl(222, 69%, 85%) |
| CMYK | cmyk(22%, 16%, 0%, 5%) |
| LAB | lab(82.3 2.6 -20.5) |
| LCH | lch(82.3 20.6 277.2) |
| OKLCH | oklch(0.849 0.056 267.2) |
Copy-ready code
/* CSS */
color: #bdcdf3;
background-color: #bdcdf3;
/* Tailwind (arbitrary) */
class="text-[#bdcdf3] bg-[#bdcdf3]"
/* SCSS */
$brand: #bdcdf3;
/* SwiftUI */
Color(red: 0.741, green: 0.804, blue: 0.953)
/* Android */
Color.parseColor("#bdcdf3")Accessibility — WCAG contrast
Aa
#bdcdf3 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdcdf3 on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green80.4%
Blue95.3%
CMYK percentages
Cyan22.2%
Magenta15.6%
Yellow0.0%
Key (black)4.7%
Color previews
#bdcdf3 text on a black background
contrast 13.19:1
Card sample
#bdcdf3 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdcdf3;
Background color
Panel with #bdcdf3 background
background-color: #bdcdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdcdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 205, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 205, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdcdf3; background: linear-gradient(135deg, #bdcdf3, #D1BDF3);