#c227df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
194, 39, 223
HSL
291°, 74%, 51%
CMYK
13, 83, 0, 13
Luminance
0.1825
Every format
| HEX | #c227df |
| RGB | rgb(194, 39, 223) |
| HSL | hsl(291, 74%, 51%) |
| CMYK | cmyk(13%, 83%, 0%, 13%) |
| LAB | lab(49.8 79.1 -60.3) |
| LCH | lch(49.8 99.5 322.7) |
| OKLCH | oklch(0.603 0.266 320.4) |
Copy-ready code
/* CSS */
color: #c227df;
background-color: #c227df;
/* Tailwind (arbitrary) */
class="text-[#c227df] bg-[#c227df]"
/* SCSS */
$brand: #c227df;
/* SwiftUI */
Color(red: 0.761, green: 0.153, blue: 0.875)
/* Android */
Color.parseColor("#c227df")Accessibility — WCAG contrast
Aa
#c227df on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c227df on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green15.3%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta82.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c227df text on a black background
contrast 4.65:1
Card sample
#c227df text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c227df;
Background color
Panel with #c227df background
background-color: #c227df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c227df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 39, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 39, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c227df; background: linear-gradient(135deg, #c227df, #DF2782);