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