#c299eb
a light, vivid violet · warm · closest name: plum
RGB
194, 153, 235
HSL
270°, 67%, 76%
CMYK
17, 35, 0, 8
Luminance
0.4025
Every format
| HEX | #c299eb |
| RGB | rgb(194, 153, 235) |
| HSL | hsl(270, 67%, 76%) |
| CMYK | cmyk(17%, 35%, 0%, 8%) |
| LAB | lab(69.7 30.7 -35.6) |
| LCH | lch(69.7 47.0 310.8) |
| OKLCH | oklch(0.750 0.122 306.6) |
Copy-ready code
/* CSS */
color: #c299eb;
background-color: #c299eb;
/* Tailwind (arbitrary) */
class="text-[#c299eb] bg-[#c299eb]"
/* SCSS */
$brand: #c299eb;
/* SwiftUI */
Color(red: 0.761, green: 0.600, blue: 0.922)
/* Android */
Color.parseColor("#c299eb")Accessibility — WCAG contrast
Aa
#c299eb on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c299eb on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green60.0%
Blue92.2%
CMYK percentages
Cyan17.4%
Magenta34.9%
Yellow0.0%
Key (black)7.8%
Color previews
#c299eb text on a black background
contrast 9.05:1
Card sample
#c299eb text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c299eb;
Background color
Panel with #c299eb background
background-color: #c299eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c299eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 153, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 153, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c299eb; background: linear-gradient(135deg, #c299eb, #EB99DD);