#c438df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
196, 56, 223
HSL
290°, 72%, 55%
CMYK
12, 75, 0, 13
Luminance
0.1989
Every format
| HEX | #c438df |
| RGB | rgb(196, 56, 223) |
| HSL | hsl(290, 72%, 55%) |
| CMYK | cmyk(12%, 75%, 0%, 13%) |
| LAB | lab(51.7 74.8 -57.2) |
| LCH | lch(51.7 94.2 322.6) |
| OKLCH | oklch(0.617 0.252 320.5) |
Copy-ready code
/* CSS */
color: #c438df;
background-color: #c438df;
/* Tailwind (arbitrary) */
class="text-[#c438df] bg-[#c438df]"
/* SCSS */
$brand: #c438df;
/* SwiftUI */
Color(red: 0.769, green: 0.220, blue: 0.875)
/* Android */
Color.parseColor("#c438df")Accessibility — WCAG contrast
Aa
#c438df on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c438df on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green22.0%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta74.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c438df text on a black background
contrast 4.98:1
Card sample
#c438df text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c438df;
Background color
Panel with #c438df background
background-color: #c438df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c438df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 56, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 56, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c438df; background: linear-gradient(135deg, #c438df, #DF388B);