#c231df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
194, 49, 223
HSL
290°, 73%, 53%
CMYK
13, 78, 0, 13
Luminance
0.1899
Every format
| HEX | #c231df |
| RGB | rgb(194, 49, 223) |
| HSL | hsl(290, 73%, 53%) |
| CMYK | cmyk(13%, 78%, 0%, 13%) |
| LAB | lab(50.7 76.5 -58.9) |
| LCH | lch(50.7 96.6 322.4) |
| OKLCH | oklch(0.609 0.258 320.1) |
Copy-ready code
/* CSS */
color: #c231df;
background-color: #c231df;
/* Tailwind (arbitrary) */
class="text-[#c231df] bg-[#c231df]"
/* SCSS */
$brand: #c231df;
/* SwiftUI */
Color(red: 0.761, green: 0.192, blue: 0.875)
/* Android */
Color.parseColor("#c231df")Accessibility — WCAG contrast
Aa
#c231df on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c231df on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green19.2%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta78.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c231df text on a black background
contrast 4.80:1
Card sample
#c231df text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c231df;
Background color
Panel with #c231df background
background-color: #c231df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c231df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 49, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 49, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c231df; background: linear-gradient(135deg, #c231df, #DF3188);