#ca29eb
a balanced, electric violet · warm · closest name: magenta
RGB
202, 41, 235
HSL
290°, 83%, 54%
CMYK
14, 83, 0, 8
Luminance
0.2014
Every format
| HEX | #ca29eb |
| RGB | rgb(202, 41, 235) |
| HSL | hsl(290, 83%, 54%) |
| CMYK | cmyk(14%, 83%, 0%, 8%) |
| LAB | lab(52.0 82.0 -63.5) |
| LCH | lch(52.0 103.8 322.3) |
| OKLCH | oklch(0.623 0.276 319.7) |
Copy-ready code
/* CSS */
color: #ca29eb;
background-color: #ca29eb;
/* Tailwind (arbitrary) */
class="text-[#ca29eb] bg-[#ca29eb]"
/* SCSS */
$brand: #ca29eb;
/* SwiftUI */
Color(red: 0.792, green: 0.161, blue: 0.922)
/* Android */
Color.parseColor("#ca29eb")Accessibility — WCAG contrast
Aa
#ca29eb on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca29eb on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green16.1%
Blue92.2%
CMYK percentages
Cyan14.0%
Magenta82.6%
Yellow0.0%
Key (black)7.8%
Color previews
#ca29eb text on a black background
contrast 5.03:1
Card sample
#ca29eb text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca29eb;
Background color
Panel with #ca29eb background
background-color: #ca29eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca29eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 41, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 41, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca29eb; background: linear-gradient(135deg, #ca29eb, #EB298B);