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