#bdcef2
a light, vivid blue · cool · closest name: lavender
RGB
189, 206, 242
HSL
221°, 67%, 85%
CMYK
22, 15, 0, 5
Luminance
0.6137
Every format
| HEX | #bdcef2 |
| RGB | rgb(189, 206, 242) |
| HSL | hsl(221, 67%, 85%) |
| CMYK | cmyk(22%, 15%, 0%, 5%) |
| LAB | lab(82.6 1.8 -19.6) |
| LCH | lch(82.6 19.7 275.3) |
| OKLCH | oklch(0.850 0.054 265.3) |
Copy-ready code
/* CSS */
color: #bdcef2;
background-color: #bdcef2;
/* Tailwind (arbitrary) */
class="text-[#bdcef2] bg-[#bdcef2]"
/* SCSS */
$brand: #bdcef2;
/* SwiftUI */
Color(red: 0.741, green: 0.808, blue: 0.949)
/* Android */
Color.parseColor("#bdcef2")Accessibility — WCAG contrast
Aa
#bdcef2 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdcef2 on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green80.8%
Blue94.9%
CMYK percentages
Cyan21.9%
Magenta14.9%
Yellow0.0%
Key (black)5.1%
Color previews
#bdcef2 text on a black background
contrast 13.27:1
Card sample
#bdcef2 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdcef2;
Background color
Panel with #bdcef2 background
background-color: #bdcef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdcef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 206, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 206, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdcef2; background: linear-gradient(135deg, #bdcef2, #CFBDF2);