#c69eef
a light, vivid violet · warm · closest name: plum
RGB
198, 158, 239
HSL
270°, 72%, 78%
CMYK
17, 34, 0, 6
Luminance
0.4269
Every format
| HEX | #c69eef |
| RGB | rgb(198, 158, 239) |
| HSL | hsl(270, 72%, 78%) |
| CMYK | cmyk(17%, 34%, 0%, 6%) |
| LAB | lab(71.3 30.1 -35.1) |
| LCH | lch(71.3 46.2 310.6) |
| OKLCH | oklch(0.765 0.120 306.4) |
Copy-ready code
/* CSS */
color: #c69eef;
background-color: #c69eef;
/* Tailwind (arbitrary) */
class="text-[#c69eef] bg-[#c69eef]"
/* SCSS */
$brand: #c69eef;
/* SwiftUI */
Color(red: 0.776, green: 0.620, blue: 0.937)
/* Android */
Color.parseColor("#c69eef")Accessibility — WCAG contrast
Aa
#c69eef on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69eef on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green62.0%
Blue93.7%
CMYK percentages
Cyan17.2%
Magenta33.9%
Yellow0.0%
Key (black)6.3%
Color previews
#c69eef text on a black background
contrast 9.54:1
Card sample
#c69eef text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69eef;
Background color
Panel with #c69eef background
background-color: #c69eef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69eef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 158, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 158, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69eef; background: linear-gradient(135deg, #c69eef, #EF9EE2);