#c69cf8
a light, electric violet · warm · closest name: plum
RGB
198, 156, 248
HSL
267°, 87%, 79%
CMYK
20, 37, 0, 3
Luminance
0.4256
Every format
| HEX | #c69cf8 |
| RGB | rgb(198, 156, 248) |
| HSL | hsl(267, 87%, 79%) |
| CMYK | cmyk(20%, 37%, 0%, 3%) |
| LAB | lab(71.3 33.1 -40.2) |
| LCH | lch(71.3 52.1 309.5) |
| OKLCH | oklch(0.765 0.135 304.4) |
Copy-ready code
/* CSS */
color: #c69cf8;
background-color: #c69cf8;
/* Tailwind (arbitrary) */
class="text-[#c69cf8] bg-[#c69cf8]"
/* SCSS */
$brand: #c69cf8;
/* SwiftUI */
Color(red: 0.776, green: 0.612, blue: 0.973)
/* Android */
Color.parseColor("#c69cf8")Accessibility — WCAG contrast
Aa
#c69cf8 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69cf8 on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green61.2%
Blue97.3%
CMYK percentages
Cyan20.2%
Magenta37.1%
Yellow0.0%
Key (black)2.7%
Color previews
#c69cf8 text on a black background
contrast 9.51:1
Card sample
#c69cf8 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69cf8;
Background color
Panel with #c69cf8 background
background-color: #c69cf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69cf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 156, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 156, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69cf8; background: linear-gradient(135deg, #c69cf8, #F89CED);