#cf00f4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 0, 244
HSL
291°, 100%, 48%
CMYK
15, 100, 0, 4
Luminance
0.1980
Every format
| HEX | #cf00f4 |
| RGB | rgb(207, 0, 244) |
| HSL | hsl(291, 100%, 48%) |
| CMYK | cmyk(15%, 100%, 0%, 4%) |
| LAB | lab(51.6 89.6 -69.2) |
| LCH | lch(51.6 113.2 322.3) |
| OKLCH | oklch(0.624 0.300 319.5) |
Copy-ready code
/* CSS */
color: #cf00f4;
background-color: #cf00f4;
/* Tailwind (arbitrary) */
class="text-[#cf00f4] bg-[#cf00f4]"
/* SCSS */
$brand: #cf00f4;
/* SwiftUI */
Color(red: 0.812, green: 0.000, blue: 0.957)
/* Android */
Color.parseColor("#cf00f4")Accessibility — WCAG contrast
Aa
#cf00f4 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf00f4 on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green0.0%
Blue95.7%
CMYK percentages
Cyan15.2%
Magenta100.0%
Yellow0.0%
Key (black)4.3%
Color previews
#cf00f4 text on a black background
contrast 4.96:1
Card sample
#cf00f4 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf00f4;
Background color
Panel with #cf00f4 background
background-color: #cf00f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf00f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 0, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 0, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf00f4; background: linear-gradient(135deg, #cf00f4, #F40076);