#c69fee
a light, vivid violet · warm · closest name: plum
RGB
198, 159, 238
HSL
270°, 70%, 78%
CMYK
17, 33, 0, 7
Luminance
0.4298
Every format
| HEX | #c69fee |
| RGB | rgb(198, 159, 238) |
| HSL | hsl(270, 70%, 78%) |
| CMYK | cmyk(17%, 33%, 0%, 7%) |
| LAB | lab(71.5 29.3 -34.3) |
| LCH | lch(71.5 45.1 310.5) |
| OKLCH | oklch(0.766 0.117 306.4) |
Copy-ready code
/* CSS */
color: #c69fee;
background-color: #c69fee;
/* Tailwind (arbitrary) */
class="text-[#c69fee] bg-[#c69fee]"
/* SCSS */
$brand: #c69fee;
/* SwiftUI */
Color(red: 0.776, green: 0.624, blue: 0.933)
/* Android */
Color.parseColor("#c69fee")Accessibility — WCAG contrast
Aa
#c69fee on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69fee on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green62.4%
Blue93.3%
CMYK percentages
Cyan16.8%
Magenta33.2%
Yellow0.0%
Key (black)6.7%
Color previews
#c69fee text on a black background
contrast 9.60:1
Card sample
#c69fee text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69fee;
Background color
Panel with #c69fee background
background-color: #c69fee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69fee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 159, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 159, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69fee; background: linear-gradient(135deg, #c69fee, #EE9FE1);