#c7bdfe
a pale, electric blue · warm · closest name: plum
RGB
199, 189, 254
HSL
249°, 97%, 87%
CMYK
22, 26, 0, 0
Luminance
0.5569
Every format
| HEX | #c7bdfe |
| RGB | rgb(199, 189, 254) |
| HSL | hsl(249, 97%, 87%) |
| CMYK | cmyk(22%, 26%, 0%, 0%) |
| LAB | lab(79.4 16.7 -30.7) |
| LCH | lch(79.4 35.0 298.5) |
| OKLCH | oklch(0.829 0.091 291.3) |
Copy-ready code
/* CSS */
color: #c7bdfe;
background-color: #c7bdfe;
/* Tailwind (arbitrary) */
class="text-[#c7bdfe] bg-[#c7bdfe]"
/* SCSS */
$brand: #c7bdfe;
/* SwiftUI */
Color(red: 0.780, green: 0.741, blue: 0.996)
/* Android */
Color.parseColor("#c7bdfe")Accessibility — WCAG contrast
Aa
#c7bdfe on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7bdfe on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green74.1%
Blue99.6%
CMYK percentages
Cyan21.7%
Magenta25.6%
Yellow0.0%
Key (black)0.4%
Color previews
#c7bdfe text on a black background
contrast 12.14:1
Card sample
#c7bdfe text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7bdfe;
Background color
Panel with #c7bdfe background
background-color: #c7bdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7bdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 189, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 189, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7bdfe; background: linear-gradient(135deg, #c7bdfe, #F2BDFE);