#bdccfa
a pale, electric blue · warm · closest name: lavender
RGB
189, 204, 250
HSL
225°, 86%, 86%
CMYK
24, 18, 0, 2
Luminance
0.6091
Every format
| HEX | #bdccfa |
| RGB | rgb(189, 204, 250) |
| HSL | hsl(225, 86%, 86%) |
| CMYK | cmyk(24%, 18%, 0%, 2%) |
| LAB | lab(82.3 4.7 -24.2) |
| LCH | lch(82.3 24.7 281.0) |
| OKLCH | oklch(0.849 0.066 270.8) |
Copy-ready code
/* CSS */
color: #bdccfa;
background-color: #bdccfa;
/* Tailwind (arbitrary) */
class="text-[#bdccfa] bg-[#bdccfa]"
/* SCSS */
$brand: #bdccfa;
/* SwiftUI */
Color(red: 0.741, green: 0.800, blue: 0.980)
/* Android */
Color.parseColor("#bdccfa")Accessibility — WCAG contrast
Aa
#bdccfa on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdccfa on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green80.0%
Blue98.0%
CMYK percentages
Cyan24.4%
Magenta18.4%
Yellow0.0%
Key (black)2.0%
Color previews
#bdccfa text on a black background
contrast 13.18:1
Card sample
#bdccfa text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdccfa;
Background color
Panel with #bdccfa background
background-color: #bdccfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdccfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 204, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 204, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdccfa; background: linear-gradient(135deg, #bdccfa, #D7BDFA);