#c69cfd
a light, electric violet · warm · closest name: plum
RGB
198, 156, 253
HSL
266°, 96%, 80%
CMYK
22, 38, 0, 1
Luminance
0.4287
Every format
| HEX | #c69cfd |
| RGB | rgb(198, 156, 253) |
| HSL | hsl(266, 96%, 80%) |
| CMYK | cmyk(22%, 38%, 0%, 1%) |
| LAB | lab(71.5 34.3 -42.5) |
| LCH | lch(71.5 54.6 308.8) |
| OKLCH | oklch(0.768 0.141 303.2) |
Copy-ready code
/* CSS */
color: #c69cfd;
background-color: #c69cfd;
/* Tailwind (arbitrary) */
class="text-[#c69cfd] bg-[#c69cfd]"
/* SCSS */
$brand: #c69cfd;
/* SwiftUI */
Color(red: 0.776, green: 0.612, blue: 0.992)
/* Android */
Color.parseColor("#c69cfd")Accessibility — WCAG contrast
Aa
#c69cfd on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69cfd on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green61.2%
Blue99.2%
CMYK percentages
Cyan21.7%
Magenta38.3%
Yellow0.0%
Key (black)0.8%
Color previews
#c69cfd text on a black background
contrast 9.57:1
Card sample
#c69cfd text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69cfd;
Background color
Panel with #c69cfd background
background-color: #c69cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 156, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 156, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69cfd; background: linear-gradient(135deg, #c69cfd, #FD9CF3);