#c69ce4
a light, vivid violet · warm · closest name: plum
RGB
198, 156, 228
HSL
275°, 57%, 75%
CMYK
13, 32, 0, 11
Luminance
0.4138
Every format
| HEX | #c69ce4 |
| RGB | rgb(198, 156, 228) |
| HSL | hsl(275, 57%, 75%) |
| CMYK | cmyk(13%, 32%, 0%, 11%) |
| LAB | lab(70.4 28.8 -30.5) |
| LCH | lch(70.4 42.0 313.3) |
| OKLCH | oklch(0.757 0.110 310.5) |
Copy-ready code
/* CSS */
color: #c69ce4;
background-color: #c69ce4;
/* Tailwind (arbitrary) */
class="text-[#c69ce4] bg-[#c69ce4]"
/* SCSS */
$brand: #c69ce4;
/* SwiftUI */
Color(red: 0.776, green: 0.612, blue: 0.894)
/* Android */
Color.parseColor("#c69ce4")Accessibility — WCAG contrast
Aa
#c69ce4 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69ce4 on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green61.2%
Blue89.4%
CMYK percentages
Cyan13.2%
Magenta31.6%
Yellow0.0%
Key (black)10.6%
Color previews
#c69ce4 text on a black background
contrast 9.28:1
Card sample
#c69ce4 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69ce4;
Background color
Panel with #c69ce4 background
background-color: #c69ce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69ce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 156, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 156, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69ce4; background: linear-gradient(135deg, #c69ce4, #E49CD2);