#bdcceb
a light, vivid blue · cool · closest name: lavender
RGB
189, 204, 235
HSL
220°, 54%, 83%
CMYK
20, 13, 0, 8
Luminance
0.6000
Every format
| HEX | #bdcceb |
| RGB | rgb(189, 204, 235) |
| HSL | hsl(220, 54%, 83%) |
| CMYK | cmyk(20%, 13%, 0%, 8%) |
| LAB | lab(81.8 1.3 -17.0) |
| LCH | lch(81.8 17.0 274.5) |
| OKLCH | oklch(0.844 0.046 264.9) |
Copy-ready code
/* CSS */
color: #bdcceb;
background-color: #bdcceb;
/* Tailwind (arbitrary) */
class="text-[#bdcceb] bg-[#bdcceb]"
/* SCSS */
$brand: #bdcceb;
/* SwiftUI */
Color(red: 0.741, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#bdcceb")Accessibility — WCAG contrast
Aa
#bdcceb on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdcceb on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green80.0%
Blue92.2%
CMYK percentages
Cyan19.6%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#bdcceb text on a black background
contrast 13.00:1
Card sample
#bdcceb text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdcceb;
Background color
Panel with #bdcceb background
background-color: #bdcceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdcceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdcceb; background: linear-gradient(135deg, #bdcceb, #CDBDEB);