#c0aeee
a light, vivid violet · warm · closest name: plum
RGB
192, 174, 238
HSL
257°, 65%, 81%
CMYK
19, 27, 0, 7
Luminance
0.4765
Every format
| HEX | #c0aeee |
| RGB | rgb(192, 174, 238) |
| HSL | hsl(257, 65%, 81%) |
| CMYK | cmyk(19%, 27%, 0%, 7%) |
| LAB | lab(74.6 19.2 -29.6) |
| LCH | lch(74.6 35.3 303.0) |
| OKLCH | oklch(0.788 0.091 297.2) |
Copy-ready code
/* CSS */
color: #c0aeee;
background-color: #c0aeee;
/* Tailwind (arbitrary) */
class="text-[#c0aeee] bg-[#c0aeee]"
/* SCSS */
$brand: #c0aeee;
/* SwiftUI */
Color(red: 0.753, green: 0.682, blue: 0.933)
/* Android */
Color.parseColor("#c0aeee")Accessibility — WCAG contrast
Aa
#c0aeee on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0aeee on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green68.2%
Blue93.3%
CMYK percentages
Cyan19.3%
Magenta26.9%
Yellow0.0%
Key (black)6.7%
Color previews
#c0aeee text on a black background
contrast 10.53:1
Card sample
#c0aeee text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0aeee;
Background color
Panel with #c0aeee background
background-color: #c0aeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0aeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 174, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 174, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0aeee; background: linear-gradient(135deg, #c0aeee, #EBAEEE);