#c0aefd
a light, electric blue · warm · closest name: plum
RGB
192, 174, 253
HSL
254°, 95%, 84%
CMYK
24, 31, 0, 1
Luminance
0.4857
Every format
| HEX | #c0aefd |
| RGB | rgb(192, 174, 253) |
| HSL | hsl(254, 95%, 84%) |
| CMYK | cmyk(24%, 31%, 0%, 1%) |
| LAB | lab(75.2 22.6 -36.8) |
| LCH | lch(75.2 43.2 301.6) |
| OKLCH | oklch(0.795 0.112 294.2) |
Copy-ready code
/* CSS */
color: #c0aefd;
background-color: #c0aefd;
/* Tailwind (arbitrary) */
class="text-[#c0aefd] bg-[#c0aefd]"
/* SCSS */
$brand: #c0aefd;
/* SwiftUI */
Color(red: 0.753, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#c0aefd")Accessibility — WCAG contrast
Aa
#c0aefd on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0aefd on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green68.2%
Blue99.2%
CMYK percentages
Cyan24.1%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#c0aefd text on a black background
contrast 10.71:1
Card sample
#c0aefd text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0aefd;
Background color
Panel with #c0aefd background
background-color: #c0aefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0aefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0aefd; background: linear-gradient(135deg, #c0aefd, #F5AEFD);