#bdc0fd
a pale, electric blue · warm · closest name: plum
RGB
189, 192, 253
HSL
237°, 94%, 87%
CMYK
25, 24, 0, 1
Luminance
0.5561
Every format
| HEX | #bdc0fd |
| RGB | rgb(189, 192, 253) |
| HSL | hsl(237, 94%, 87%) |
| CMYK | cmyk(25%, 24%, 0%, 1%) |
| LAB | lab(79.4 11.9 -30.3) |
| LCH | lch(79.4 32.6 291.4) |
| OKLCH | oklch(0.827 0.086 282.2) |
Copy-ready code
/* CSS */
color: #bdc0fd;
background-color: #bdc0fd;
/* Tailwind (arbitrary) */
class="text-[#bdc0fd] bg-[#bdc0fd]"
/* SCSS */
$brand: #bdc0fd;
/* SwiftUI */
Color(red: 0.741, green: 0.753, blue: 0.992)
/* Android */
Color.parseColor("#bdc0fd")Accessibility — WCAG contrast
Aa
#bdc0fd on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdc0fd on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green75.3%
Blue99.2%
CMYK percentages
Cyan25.3%
Magenta24.1%
Yellow0.0%
Key (black)0.8%
Color previews
#bdc0fd text on a black background
contrast 12.12:1
Card sample
#bdc0fd text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdc0fd;
Background color
Panel with #bdc0fd background
background-color: #bdc0fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdc0fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 192, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 192, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdc0fd; background: linear-gradient(135deg, #bdc0fd, #E5BDFD);