#bdc2db
a light, soft blue · warm · closest name: silver
RGB
189, 194, 219
HSL
230°, 29%, 80%
CMYK
14, 11, 0, 14
Luminance
0.5452
Every format
| HEX | #bdc2db |
| RGB | rgb(189, 194, 219) |
| HSL | hsl(230, 29%, 80%) |
| CMYK | cmyk(14%, 11%, 0%, 14%) |
| LAB | lab(78.8 3.3 -13.0) |
| LCH | lch(78.8 13.4 284.0) |
| OKLCH | oklch(0.818 0.035 276.6) |
Copy-ready code
/* CSS */
color: #bdc2db;
background-color: #bdc2db;
/* Tailwind (arbitrary) */
class="text-[#bdc2db] bg-[#bdc2db]"
/* SCSS */
$brand: #bdc2db;
/* SwiftUI */
Color(red: 0.741, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#bdc2db")Accessibility — WCAG contrast
Aa
#bdc2db on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdc2db on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green76.1%
Blue85.9%
CMYK percentages
Cyan13.7%
Magenta11.4%
Yellow0.0%
Key (black)14.1%
Color previews
#bdc2db text on a black background
contrast 11.90:1
Card sample
#bdc2db text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdc2db;
Background color
Panel with #bdc2db background
background-color: #bdc2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdc2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdc2db; background: linear-gradient(135deg, #bdc2db, #CCBDDB);