#bdc7f6
a pale, electric blue · warm · closest name: lavender
RGB
189, 199, 246
HSL
230°, 76%, 85%
CMYK
23, 19, 0, 4
Luminance
0.5832
Every format
| HEX | #bdc7f6 |
| RGB | rgb(189, 199, 246) |
| HSL | hsl(230, 76%, 85%) |
| CMYK | cmyk(23%, 19%, 0%, 4%) |
| LAB | lab(80.9 6.5 -24.3) |
| LCH | lch(80.9 25.1 284.9) |
| OKLCH | oklch(0.838 0.067 275.5) |
Copy-ready code
/* CSS */
color: #bdc7f6;
background-color: #bdc7f6;
/* Tailwind (arbitrary) */
class="text-[#bdc7f6] bg-[#bdc7f6]"
/* SCSS */
$brand: #bdc7f6;
/* SwiftUI */
Color(red: 0.741, green: 0.780, blue: 0.965)
/* Android */
Color.parseColor("#bdc7f6")Accessibility — WCAG contrast
Aa
#bdc7f6 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdc7f6 on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green78.0%
Blue96.5%
CMYK percentages
Cyan23.2%
Magenta19.1%
Yellow0.0%
Key (black)3.5%
Color previews
#bdc7f6 text on a black background
contrast 12.66:1
Card sample
#bdc7f6 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdc7f6;
Background color
Panel with #bdc7f6 background
background-color: #bdc7f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdc7f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 199, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 199, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdc7f6; background: linear-gradient(135deg, #bdc7f6, #D9BDF6);