#c69cef
a light, vivid violet · warm · closest name: plum
RGB
198, 156, 239
HSL
270°, 72%, 78%
CMYK
17, 35, 0, 6
Luminance
0.4201
Every format
| HEX | #c69cef |
| RGB | rgb(198, 156, 239) |
| HSL | hsl(270, 72%, 78%) |
| CMYK | cmyk(17%, 35%, 0%, 6%) |
| LAB | lab(70.9 31.2 -35.9) |
| LCH | lch(70.9 47.5 311.0) |
| OKLCH | oklch(0.761 0.124 306.9) |
Copy-ready code
/* CSS */
color: #c69cef;
background-color: #c69cef;
/* Tailwind (arbitrary) */
class="text-[#c69cef] bg-[#c69cef]"
/* SCSS */
$brand: #c69cef;
/* SwiftUI */
Color(red: 0.776, green: 0.612, blue: 0.937)
/* Android */
Color.parseColor("#c69cef")Accessibility — WCAG contrast
Aa
#c69cef on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69cef on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green61.2%
Blue93.7%
CMYK percentages
Cyan17.2%
Magenta34.7%
Yellow0.0%
Key (black)6.3%
Color previews
#c69cef text on a black background
contrast 9.40:1
Card sample
#c69cef text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69cef;
Background color
Panel with #c69cef background
background-color: #c69cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 156, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 156, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69cef; background: linear-gradient(135deg, #c69cef, #EF9CE1);