#ca07df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
202, 7, 223
HSL
294°, 94%, 45%
CMYK
9, 97, 0, 13
Luminance
0.1804
Every format
| HEX | #ca07df |
| RGB | rgb(202, 7, 223) |
| HSL | hsl(294, 94%, 45%) |
| CMYK | cmyk(9%, 97%, 0%, 13%) |
| LAB | lab(49.5 85.0 -60.7) |
| LCH | lch(49.5 104.4 324.5) |
| OKLCH | oklch(0.603 0.283 323.0) |
Copy-ready code
/* CSS */
color: #ca07df;
background-color: #ca07df;
/* Tailwind (arbitrary) */
class="text-[#ca07df] bg-[#ca07df]"
/* SCSS */
$brand: #ca07df;
/* SwiftUI */
Color(red: 0.792, green: 0.027, blue: 0.875)
/* Android */
Color.parseColor("#ca07df")Accessibility — WCAG contrast
Aa
#ca07df on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ca07df on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green2.7%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta96.9%
Yellow0.0%
Key (black)12.5%
Color previews
#ca07df text on a black background
contrast 4.61:1
Card sample
#ca07df text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca07df;
Background color
Panel with #ca07df background
background-color: #ca07df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca07df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 7, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 7, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca07df; background: linear-gradient(135deg, #ca07df, #DF0764);