#c929ff
a balanced, electric violet · warm · closest name: magenta
RGB
201, 41, 255
HSL
285°, 100%, 58%
CMYK
21, 84, 0, 0
Luminance
0.2122
Every format
| HEX | #c929ff |
| RGB | rgb(201, 41, 255) |
| HSL | hsl(285, 100%, 58%) |
| CMYK | cmyk(21%, 84%, 0%, 0%) |
| LAB | lab(53.2 85.4 -72.8) |
| LCH | lch(53.2 112.2 319.6) |
| OKLCH | oklch(0.635 0.291 315.0) |
Copy-ready code
/* CSS */
color: #c929ff;
background-color: #c929ff;
/* Tailwind (arbitrary) */
class="text-[#c929ff] bg-[#c929ff]"
/* SCSS */
$brand: #c929ff;
/* SwiftUI */
Color(red: 0.788, green: 0.161, blue: 1.000)
/* Android */
Color.parseColor("#c929ff")Accessibility — WCAG contrast
Aa
#c929ff on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c929ff on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green16.1%
Blue100.0%
CMYK percentages
Cyan21.2%
Magenta83.9%
Yellow0.0%
Key (black)0.0%
Color previews
#c929ff text on a black background
contrast 5.24:1
Card sample
#c929ff text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c929ff;
Background color
Panel with #c929ff background
background-color: #c929ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c929ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 41, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 41, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c929ff; background: linear-gradient(135deg, #c929ff, #FF29A6);