#c69ce2
a light, vivid violet · warm · closest name: plum
RGB
198, 156, 226
HSL
276°, 55%, 75%
CMYK
12, 31, 0, 11
Luminance
0.4127
Every format
| HEX | #c69ce2 |
| RGB | rgb(198, 156, 226) |
| HSL | hsl(276, 55%, 75%) |
| CMYK | cmyk(12%, 31%, 0%, 11%) |
| LAB | lab(70.4 28.4 -29.5) |
| LCH | lch(70.4 41.0 313.9) |
| OKLCH | oklch(0.756 0.108 311.3) |
Copy-ready code
/* CSS */
color: #c69ce2;
background-color: #c69ce2;
/* Tailwind (arbitrary) */
class="text-[#c69ce2] bg-[#c69ce2]"
/* SCSS */
$brand: #c69ce2;
/* SwiftUI */
Color(red: 0.776, green: 0.612, blue: 0.886)
/* Android */
Color.parseColor("#c69ce2")Accessibility — WCAG contrast
Aa
#c69ce2 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69ce2 on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green61.2%
Blue88.6%
CMYK percentages
Cyan12.4%
Magenta31.0%
Yellow0.0%
Key (black)11.4%
Color previews
#c69ce2 text on a black background
contrast 9.25:1
Card sample
#c69ce2 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69ce2;
Background color
Panel with #c69ce2 background
background-color: #c69ce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69ce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 156, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 156, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69ce2; background: linear-gradient(135deg, #c69ce2, #E29CCF);