#c69eee
a light, vivid violet · warm · closest name: plum
RGB
198, 158, 238
HSL
270°, 70%, 78%
CMYK
17, 34, 0, 7
Luminance
0.4263
Every format
| HEX | #c69eee |
| RGB | rgb(198, 158, 238) |
| HSL | hsl(270, 70%, 78%) |
| CMYK | cmyk(17%, 34%, 0%, 7%) |
| LAB | lab(71.3 29.8 -34.6) |
| LCH | lch(71.3 45.7 310.7) |
| OKLCH | oklch(0.764 0.119 306.7) |
Copy-ready code
/* CSS */
color: #c69eee;
background-color: #c69eee;
/* Tailwind (arbitrary) */
class="text-[#c69eee] bg-[#c69eee]"
/* SCSS */
$brand: #c69eee;
/* SwiftUI */
Color(red: 0.776, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#c69eee")Accessibility — WCAG contrast
Aa
#c69eee on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69eee on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green62.0%
Blue93.3%
CMYK percentages
Cyan16.8%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#c69eee text on a black background
contrast 9.53:1
Card sample
#c69eee text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69eee;
Background color
Panel with #c69eee background
background-color: #c69eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69eee; background: linear-gradient(135deg, #c69eee, #EE9EE1);