#bdc6fd
a pale, electric blue · warm · closest name: lavender
RGB
189, 198, 253
HSL
232°, 94%, 87%
CMYK
25, 22, 0, 1
Luminance
0.5830
Every format
| HEX | #bdc6fd |
| RGB | rgb(189, 198, 253) |
| HSL | hsl(232, 94%, 87%) |
| CMYK | cmyk(25%, 22%, 0%, 1%) |
| LAB | lab(80.9 8.6 -28.0) |
| LCH | lch(80.9 29.3 287.1) |
| OKLCH | oklch(0.839 0.078 277.3) |
Copy-ready code
/* CSS */
color: #bdc6fd;
background-color: #bdc6fd;
/* Tailwind (arbitrary) */
class="text-[#bdc6fd] bg-[#bdc6fd]"
/* SCSS */
$brand: #bdc6fd;
/* SwiftUI */
Color(red: 0.741, green: 0.776, blue: 0.992)
/* Android */
Color.parseColor("#bdc6fd")Accessibility — WCAG contrast
Aa
#bdc6fd on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdc6fd on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green77.6%
Blue99.2%
CMYK percentages
Cyan25.3%
Magenta21.7%
Yellow0.0%
Key (black)0.8%
Color previews
#bdc6fd text on a black background
contrast 12.66:1
Card sample
#bdc6fd text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdc6fd;
Background color
Panel with #bdc6fd background
background-color: #bdc6fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdc6fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 198, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 198, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdc6fd; background: linear-gradient(135deg, #bdc6fd, #DFBDFD);