#c69afb
a light, electric violet · warm · closest name: plum
RGB
198, 154, 251
HSL
267°, 92%, 79%
CMYK
21, 39, 0, 2
Luminance
0.4208
Every format
| HEX | #c69afb |
| RGB | rgb(198, 154, 251) |
| HSL | hsl(267, 92%, 79%) |
| CMYK | cmyk(21%, 39%, 0%, 2%) |
| LAB | lab(70.9 34.9 -42.3) |
| LCH | lch(70.9 54.9 309.5) |
| OKLCH | oklch(0.763 0.142 304.1) |
Copy-ready code
/* CSS */
color: #c69afb;
background-color: #c69afb;
/* Tailwind (arbitrary) */
class="text-[#c69afb] bg-[#c69afb]"
/* SCSS */
$brand: #c69afb;
/* SwiftUI */
Color(red: 0.776, green: 0.604, blue: 0.984)
/* Android */
Color.parseColor("#c69afb")Accessibility — WCAG contrast
Aa
#c69afb on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69afb on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green60.4%
Blue98.4%
CMYK percentages
Cyan21.1%
Magenta38.6%
Yellow0.0%
Key (black)1.6%
Color previews
#c69afb text on a black background
contrast 9.42:1
Card sample
#c69afb text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69afb;
Background color
Panel with #c69afb background
background-color: #c69afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 154, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 154, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69afb; background: linear-gradient(135deg, #c69afb, #FB9AEF);