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