#c726df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
199, 38, 223
HSL
292°, 74%, 51%
CMYK
11, 83, 0, 13
Luminance
0.1886
Every format
| HEX | #c726df |
| RGB | rgb(199, 38, 223) |
| HSL | hsl(292, 74%, 51%) |
| CMYK | cmyk(11%, 83%, 0%, 13%) |
| LAB | lab(50.5 80.2 -59.1) |
| LCH | lch(50.5 99.6 323.6) |
| OKLCH | oklch(0.609 0.268 321.8) |
Copy-ready code
/* CSS */
color: #c726df;
background-color: #c726df;
/* Tailwind (arbitrary) */
class="text-[#c726df] bg-[#c726df]"
/* SCSS */
$brand: #c726df;
/* SwiftUI */
Color(red: 0.780, green: 0.149, blue: 0.875)
/* Android */
Color.parseColor("#c726df")Accessibility — WCAG contrast
Aa
#c726df on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c726df on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green14.9%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta83.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c726df text on a black background
contrast 4.77:1
Card sample
#c726df text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c726df;
Background color
Panel with #c726df background
background-color: #c726df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c726df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 38, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 38, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c726df; background: linear-gradient(135deg, #c726df, #DF267C);