#cf00f8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 0, 248
HSL
290°, 100%, 49%
CMYK
17, 100, 0, 3
Luminance
0.2004
Every format
| HEX | #cf00f8 |
| RGB | rgb(207, 0, 248) |
| HSL | hsl(290, 100%, 49%) |
| CMYK | cmyk(17%, 100%, 0%, 3%) |
| LAB | lab(51.9 90.2 -70.9) |
| LCH | lch(51.9 114.8 321.8) |
| OKLCH | oklch(0.627 0.303 318.6) |
Copy-ready code
/* CSS */
color: #cf00f8;
background-color: #cf00f8;
/* Tailwind (arbitrary) */
class="text-[#cf00f8] bg-[#cf00f8]"
/* SCSS */
$brand: #cf00f8;
/* SwiftUI */
Color(red: 0.812, green: 0.000, blue: 0.973)
/* Android */
Color.parseColor("#cf00f8")Accessibility — WCAG contrast
Aa
#cf00f8 on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf00f8 on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green0.0%
Blue97.3%
CMYK percentages
Cyan16.5%
Magenta100.0%
Yellow0.0%
Key (black)2.7%
Color previews
#cf00f8 text on a black background
contrast 5.01:1
Card sample
#cf00f8 text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf00f8;
Background color
Panel with #cf00f8 background
background-color: #cf00f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf00f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 0, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 0, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf00f8; background: linear-gradient(135deg, #cf00f8, #F8007C);