#bdc5eb
a light, vivid blue · warm · closest name: lavender
RGB
189, 197, 235
HSL
230°, 54%, 83%
CMYK
20, 16, 0, 8
Luminance
0.5675
Every format
| HEX | #bdc5eb |
| RGB | rgb(189, 197, 235) |
| HSL | hsl(230, 54%, 83%) |
| CMYK | cmyk(20%, 16%, 0%, 8%) |
| LAB | lab(80.0 5.1 -19.7) |
| LCH | lch(80.0 20.4 284.4) |
| OKLCH | oklch(0.830 0.054 275.8) |
Copy-ready code
/* CSS */
color: #bdc5eb;
background-color: #bdc5eb;
/* Tailwind (arbitrary) */
class="text-[#bdc5eb] bg-[#bdc5eb]"
/* SCSS */
$brand: #bdc5eb;
/* SwiftUI */
Color(red: 0.741, green: 0.773, blue: 0.922)
/* Android */
Color.parseColor("#bdc5eb")Accessibility — WCAG contrast
Aa
#bdc5eb on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdc5eb on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green77.3%
Blue92.2%
CMYK percentages
Cyan19.6%
Magenta16.2%
Yellow0.0%
Key (black)7.8%
Color previews
#bdc5eb text on a black background
contrast 12.35:1
Card sample
#bdc5eb text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdc5eb;
Background color
Panel with #bdc5eb background
background-color: #bdc5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdc5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 197, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 197, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdc5eb; background: linear-gradient(135deg, #bdc5eb, #D4BDEB);