#ca07cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
202, 7, 207
HSL
299°, 94%, 42%
CMYK
2, 97, 0, 19
Luminance
0.1721
Every format
| HEX | #ca07cf |
| RGB | rgb(202, 7, 207) |
| HSL | hsl(299, 94%, 42%) |
| CMYK | cmyk(2%, 97%, 0%, 19%) |
| LAB | lab(48.5 82.6 -53.1) |
| LCH | lch(48.5 98.2 327.2) |
| OKLCH | oklch(0.593 0.272 327.0) |
Copy-ready code
/* CSS */
color: #ca07cf;
background-color: #ca07cf;
/* Tailwind (arbitrary) */
class="text-[#ca07cf] bg-[#ca07cf]"
/* SCSS */
$brand: #ca07cf;
/* SwiftUI */
Color(red: 0.792, green: 0.027, blue: 0.812)
/* Android */
Color.parseColor("#ca07cf")Accessibility — WCAG contrast
Aa
#ca07cf on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ca07cf on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green2.7%
Blue81.2%
CMYK percentages
Cyan2.4%
Magenta96.6%
Yellow0.0%
Key (black)18.8%
Color previews
#ca07cf text on a black background
contrast 4.44:1
Card sample
#ca07cf text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca07cf;
Background color
Panel with #ca07cf background
background-color: #ca07cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca07cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 7, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 7, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca07cf; background: linear-gradient(135deg, #ca07cf, #CF074F);