#bdc3fd
a pale, electric blue · warm · closest name: lavender
RGB
189, 195, 253
HSL
234°, 94%, 87%
CMYK
25, 23, 0, 1
Luminance
0.5694
Every format
| HEX | #bdc3fd |
| RGB | rgb(189, 195, 253) |
| HSL | hsl(234, 94%, 87%) |
| CMYK | cmyk(25%, 23%, 0%, 1%) |
| LAB | lab(80.2 10.2 -29.2) |
| LCH | lch(80.2 30.9 289.3) |
| OKLCH | oklch(0.833 0.082 279.9) |
Copy-ready code
/* CSS */
color: #bdc3fd;
background-color: #bdc3fd;
/* Tailwind (arbitrary) */
class="text-[#bdc3fd] bg-[#bdc3fd]"
/* SCSS */
$brand: #bdc3fd;
/* SwiftUI */
Color(red: 0.741, green: 0.765, blue: 0.992)
/* Android */
Color.parseColor("#bdc3fd")Accessibility — WCAG contrast
Aa
#bdc3fd on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdc3fd on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green76.5%
Blue99.2%
CMYK percentages
Cyan25.3%
Magenta22.9%
Yellow0.0%
Key (black)0.8%
Color previews
#bdc3fd text on a black background
contrast 12.39:1
Card sample
#bdc3fd text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdc3fd;
Background color
Panel with #bdc3fd background
background-color: #bdc3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdc3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 195, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 195, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdc3fd; background: linear-gradient(135deg, #bdc3fd, #E2BDFD);