#bdafff
a light, electric blue · warm · closest name: plum
RGB
189, 175, 255
HSL
251°, 100%, 84%
CMYK
26, 31, 0, 0
Luminance
0.4870
Every format
| HEX | #bdafff |
| RGB | rgb(189, 175, 255) |
| HSL | hsl(251, 100%, 84%) |
| CMYK | cmyk(26%, 31%, 0%, 0%) |
| LAB | lab(75.3 21.7 -37.8) |
| LCH | lch(75.3 43.5 299.8) |
| OKLCH | oklch(0.795 0.113 291.6) |
Copy-ready code
/* CSS */
color: #bdafff;
background-color: #bdafff;
/* Tailwind (arbitrary) */
class="text-[#bdafff] bg-[#bdafff]"
/* SCSS */
$brand: #bdafff;
/* SwiftUI */
Color(red: 0.741, green: 0.686, blue: 1.000)
/* Android */
Color.parseColor("#bdafff")Accessibility — WCAG contrast
Aa
#bdafff on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdafff on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green68.6%
Blue100.0%
CMYK percentages
Cyan25.9%
Magenta31.4%
Yellow0.0%
Key (black)0.0%
Color previews
#bdafff text on a black background
contrast 10.74:1
Card sample
#bdafff text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdafff;
Background color
Panel with #bdafff background
background-color: #bdafff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdafff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 175, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 175, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdafff; background: linear-gradient(135deg, #bdafff, #F2AFFF);