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