#c229df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
194, 41, 223
HSL
290°, 74%, 52%
CMYK
13, 82, 0, 13
Luminance
0.1838
Every format
| HEX | #c229df |
| RGB | rgb(194, 41, 223) |
| HSL | hsl(290, 74%, 52%) |
| CMYK | cmyk(13%, 82%, 0%, 13%) |
| LAB | lab(50.0 78.7 -60.1) |
| LCH | lch(50.0 99.0 322.6) |
| OKLCH | oklch(0.604 0.264 320.3) |
Copy-ready code
/* CSS */
color: #c229df;
background-color: #c229df;
/* Tailwind (arbitrary) */
class="text-[#c229df] bg-[#c229df]"
/* SCSS */
$brand: #c229df;
/* SwiftUI */
Color(red: 0.761, green: 0.161, blue: 0.875)
/* Android */
Color.parseColor("#c229df")Accessibility — WCAG contrast
Aa
#c229df on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c229df on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green16.1%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta81.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c229df text on a black background
contrast 4.68:1
Card sample
#c229df text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c229df;
Background color
Panel with #c229df background
background-color: #c229df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c229df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 41, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 41, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c229df; background: linear-gradient(135deg, #c229df, #DF2983);