#bdc8ee
a light, vivid blue · warm · closest name: lavender
RGB
189, 200, 238
HSL
227°, 59%, 84%
CMYK
21, 16, 0, 7
Luminance
0.5830
Every format
| HEX | #bdc8ee |
| RGB | rgb(189, 200, 238) |
| HSL | hsl(227, 59%, 84%) |
| CMYK | cmyk(21%, 16%, 0%, 7%) |
| LAB | lab(80.9 4.1 -20.0) |
| LCH | lch(80.9 20.4 281.6) |
| OKLCH | oklch(0.837 0.055 272.5) |
Copy-ready code
/* CSS */
color: #bdc8ee;
background-color: #bdc8ee;
/* Tailwind (arbitrary) */
class="text-[#bdc8ee] bg-[#bdc8ee]"
/* SCSS */
$brand: #bdc8ee;
/* SwiftUI */
Color(red: 0.741, green: 0.784, blue: 0.933)
/* Android */
Color.parseColor("#bdc8ee")Accessibility — WCAG contrast
Aa
#bdc8ee on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdc8ee on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green78.4%
Blue93.3%
CMYK percentages
Cyan20.6%
Magenta16.0%
Yellow0.0%
Key (black)6.7%
Color previews
#bdc8ee text on a black background
contrast 12.66:1
Card sample
#bdc8ee text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdc8ee;
Background color
Panel with #bdc8ee background
background-color: #bdc8ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdc8ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 200, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 200, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdc8ee; background: linear-gradient(135deg, #bdc8ee, #D3BDEE);