#bdc2ff
a pale, electric blue · warm · closest name: plum
RGB
189, 194, 255
HSL
236°, 100%, 87%
CMYK
26, 24, 0, 0
Luminance
0.5662
Every format
| HEX | #bdc2ff |
| RGB | rgb(189, 194, 255) |
| HSL | hsl(236, 100%, 87%) |
| CMYK | cmyk(26%, 24%, 0%, 0%) |
| LAB | lab(80.0 11.2 -30.5) |
| LCH | lch(80.0 32.5 290.2) |
| OKLCH | oklch(0.831 0.086 280.7) |
Copy-ready code
/* CSS */
color: #bdc2ff;
background-color: #bdc2ff;
/* Tailwind (arbitrary) */
class="text-[#bdc2ff] bg-[#bdc2ff]"
/* SCSS */
$brand: #bdc2ff;
/* SwiftUI */
Color(red: 0.741, green: 0.761, blue: 1.000)
/* Android */
Color.parseColor("#bdc2ff")Accessibility — WCAG contrast
Aa
#bdc2ff on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdc2ff on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green76.1%
Blue100.0%
CMYK percentages
Cyan25.9%
Magenta23.9%
Yellow0.0%
Key (black)0.0%
Color previews
#bdc2ff text on a black background
contrast 12.32:1
Card sample
#bdc2ff text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdc2ff;
Background color
Panel with #bdc2ff background
background-color: #bdc2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdc2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 194, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 194, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdc2ff; background: linear-gradient(135deg, #bdc2ff, #E4BDFF);