#c725da
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
199, 37, 218
HSL
294°, 71%, 50%
CMYK
9, 83, 0, 15
Luminance
0.1853
Every format
| HEX | #c725da |
| RGB | rgb(199, 37, 218) |
| HSL | hsl(294, 71%, 50%) |
| CMYK | cmyk(9%, 83%, 0%, 15%) |
| LAB | lab(50.1 79.6 -56.9) |
| LCH | lch(50.1 97.8 324.4) |
| OKLCH | oklch(0.606 0.265 323.1) |
Copy-ready code
/* CSS */
color: #c725da;
background-color: #c725da;
/* Tailwind (arbitrary) */
class="text-[#c725da] bg-[#c725da]"
/* SCSS */
$brand: #c725da;
/* SwiftUI */
Color(red: 0.780, green: 0.145, blue: 0.855)
/* Android */
Color.parseColor("#c725da")Accessibility — WCAG contrast
Aa
#c725da on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c725da on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green14.5%
Blue85.5%
CMYK percentages
Cyan8.7%
Magenta83.0%
Yellow0.0%
Key (black)14.5%
Color previews
#c725da text on a black background
contrast 4.71:1
Card sample
#c725da text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c725da;
Background color
Panel with #c725da background
background-color: #c725da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c725da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 37, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 37, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c725da; background: linear-gradient(135deg, #c725da, #DA2574);