#c699eb
a light, vivid violet · warm · closest name: plum
RGB
198, 153, 235
HSL
273°, 67%, 76%
CMYK
16, 35, 0, 8
Luminance
0.4079
Every format
| HEX | #c699eb |
| RGB | rgb(198, 153, 235) |
| HSL | hsl(273, 67%, 76%) |
| CMYK | cmyk(16%, 35%, 0%, 8%) |
| LAB | lab(70.0 31.9 -35.0) |
| LCH | lch(70.0 47.4 312.4) |
| OKLCH | oklch(0.754 0.124 308.8) |
Copy-ready code
/* CSS */
color: #c699eb;
background-color: #c699eb;
/* Tailwind (arbitrary) */
class="text-[#c699eb] bg-[#c699eb]"
/* SCSS */
$brand: #c699eb;
/* SwiftUI */
Color(red: 0.776, green: 0.600, blue: 0.922)
/* Android */
Color.parseColor("#c699eb")Accessibility — WCAG contrast
Aa
#c699eb on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c699eb on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green60.0%
Blue92.2%
CMYK percentages
Cyan15.7%
Magenta34.9%
Yellow0.0%
Key (black)7.8%
Color previews
#c699eb text on a black background
contrast 9.16:1
Card sample
#c699eb text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c699eb;
Background color
Panel with #c699eb background
background-color: #c699eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c699eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 153, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 153, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c699eb; background: linear-gradient(135deg, #c699eb, #EB99D9);