#bdc9eb
a light, vivid blue · cool · closest name: lavender
RGB
189, 201, 235
HSL
224°, 54%, 83%
CMYK
20, 15, 0, 8
Luminance
0.5859
Every format
| HEX | #bdc9eb |
| RGB | rgb(189, 201, 235) |
| HSL | hsl(224, 54%, 83%) |
| CMYK | cmyk(20%, 15%, 0%, 8%) |
| LAB | lab(81.1 2.9 -18.2) |
| LCH | lch(81.1 18.4 279.2) |
| OKLCH | oklch(0.838 0.049 270.0) |
Copy-ready code
/* CSS */
color: #bdc9eb;
background-color: #bdc9eb;
/* Tailwind (arbitrary) */
class="text-[#bdc9eb] bg-[#bdc9eb]"
/* SCSS */
$brand: #bdc9eb;
/* SwiftUI */
Color(red: 0.741, green: 0.788, blue: 0.922)
/* Android */
Color.parseColor("#bdc9eb")Accessibility — WCAG contrast
Aa
#bdc9eb on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdc9eb on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green78.8%
Blue92.2%
CMYK percentages
Cyan19.6%
Magenta14.5%
Yellow0.0%
Key (black)7.8%
Color previews
#bdc9eb text on a black background
contrast 12.72:1
Card sample
#bdc9eb text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdc9eb;
Background color
Panel with #bdc9eb background
background-color: #bdc9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdc9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 201, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 201, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdc9eb; background: linear-gradient(135deg, #bdc9eb, #D0BDEB);