#bdc7f5
a pale, vivid blue · warm · closest name: lavender
RGB
189, 199, 245
HSL
229°, 74%, 85%
CMYK
23, 19, 0, 4
Luminance
0.5826
Every format
| HEX | #bdc7f5 |
| RGB | rgb(189, 199, 245) |
| HSL | hsl(229, 74%, 85%) |
| CMYK | cmyk(23%, 19%, 0%, 4%) |
| LAB | lab(80.9 6.2 -23.8) |
| LCH | lch(80.9 24.6 284.7) |
| OKLCH | oklch(0.837 0.065 275.3) |
Copy-ready code
/* CSS */
color: #bdc7f5;
background-color: #bdc7f5;
/* Tailwind (arbitrary) */
class="text-[#bdc7f5] bg-[#bdc7f5]"
/* SCSS */
$brand: #bdc7f5;
/* SwiftUI */
Color(red: 0.741, green: 0.780, blue: 0.961)
/* Android */
Color.parseColor("#bdc7f5")Accessibility — WCAG contrast
Aa
#bdc7f5 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdc7f5 on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green78.0%
Blue96.1%
CMYK percentages
Cyan22.9%
Magenta18.8%
Yellow0.0%
Key (black)3.9%
Color previews
#bdc7f5 text on a black background
contrast 12.65:1
Card sample
#bdc7f5 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdc7f5;
Background color
Panel with #bdc7f5 background
background-color: #bdc7f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdc7f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 199, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 199, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdc7f5; background: linear-gradient(135deg, #bdc7f5, #D8BDF5);