#c69cff
a light, electric violet · warm · closest name: plum
RGB
198, 156, 255
HSL
266°, 100%, 81%
CMYK
22, 39, 0, 0
Luminance
0.4300
Every format
| HEX | #c69cff |
| RGB | rgb(198, 156, 255) |
| HSL | hsl(266, 100%, 81%) |
| CMYK | cmyk(22%, 39%, 0%, 0%) |
| LAB | lab(71.6 34.7 -43.5) |
| LCH | lch(71.6 55.7 308.6) |
| OKLCH | oklch(0.769 0.144 302.7) |
Copy-ready code
/* CSS */
color: #c69cff;
background-color: #c69cff;
/* Tailwind (arbitrary) */
class="text-[#c69cff] bg-[#c69cff]"
/* SCSS */
$brand: #c69cff;
/* SwiftUI */
Color(red: 0.776, green: 0.612, blue: 1.000)
/* Android */
Color.parseColor("#c69cff")Accessibility — WCAG contrast
Aa
#c69cff on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69cff on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green61.2%
Blue100.0%
CMYK percentages
Cyan22.4%
Magenta38.8%
Yellow0.0%
Key (black)0.0%
Color previews
#c69cff text on a black background
contrast 9.60:1
Card sample
#c69cff text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69cff;
Background color
Panel with #c69cff background
background-color: #c69cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 156, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 156, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69cff; background: linear-gradient(135deg, #c69cff, #FF9CF6);