#bdcdfe
a pale, electric blue · warm · closest name: lavender
RGB
189, 205, 254
HSL
225°, 97%, 87%
CMYK
26, 19, 0, 0
Luminance
0.6164
Every format
| HEX | #bdcdfe |
| RGB | rgb(189, 205, 254) |
| HSL | hsl(225, 97%, 87%) |
| CMYK | cmyk(26%, 19%, 0%, 0%) |
| LAB | lab(82.7 5.1 -25.8) |
| LCH | lch(82.7 26.3 281.1) |
| OKLCH | oklch(0.853 0.071 270.7) |
Copy-ready code
/* CSS */
color: #bdcdfe;
background-color: #bdcdfe;
/* Tailwind (arbitrary) */
class="text-[#bdcdfe] bg-[#bdcdfe]"
/* SCSS */
$brand: #bdcdfe;
/* SwiftUI */
Color(red: 0.741, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#bdcdfe")Accessibility — WCAG contrast
Aa
#bdcdfe on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdcdfe on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green80.4%
Blue99.6%
CMYK percentages
Cyan25.6%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#bdcdfe text on a black background
contrast 13.33:1
Card sample
#bdcdfe text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdcdfe;
Background color
Panel with #bdcdfe background
background-color: #bdcdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdcdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdcdfe; background: linear-gradient(135deg, #bdcdfe, #D8BDFE);