#bdc4ff
a pale, electric blue · warm · closest name: lavender
RGB
189, 196, 255
HSL
234°, 100%, 87%
CMYK
26, 23, 0, 0
Luminance
0.5752
Every format
| HEX | #bdc4ff |
| RGB | rgb(189, 196, 255) |
| HSL | hsl(234, 100%, 87%) |
| CMYK | cmyk(26%, 23%, 0%, 0%) |
| LAB | lab(80.5 10.2 -29.8) |
| LCH | lch(80.5 31.4 288.8) |
| OKLCH | oklch(0.835 0.083 279.2) |
Copy-ready code
/* CSS */
color: #bdc4ff;
background-color: #bdc4ff;
/* Tailwind (arbitrary) */
class="text-[#bdc4ff] bg-[#bdc4ff]"
/* SCSS */
$brand: #bdc4ff;
/* SwiftUI */
Color(red: 0.741, green: 0.769, blue: 1.000)
/* Android */
Color.parseColor("#bdc4ff")Accessibility — WCAG contrast
Aa
#bdc4ff on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdc4ff on black: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green76.9%
Blue100.0%
CMYK percentages
Cyan25.9%
Magenta23.1%
Yellow0.0%
Key (black)0.0%
Color previews
#bdc4ff text on a black background
contrast 12.50:1
Card sample
#bdc4ff text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdc4ff;
Background color
Panel with #bdc4ff background
background-color: #bdc4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdc4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 196, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 196, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdc4ff; background: linear-gradient(135deg, #bdc4ff, #E2BDFF);