#ff0fcf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 15, 207
HSL
312°, 100%, 53%
CMYK
0, 94, 19, 0
Luminance
0.2611
Every format
| HEX | #ff0fcf |
| RGB | rgb(255, 15, 207) |
| HSL | hsl(312, 100%, 53%) |
| CMYK | cmyk(0%, 94%, 19%, 0%) |
| LAB | lab(58.1 91.1 -37.3) |
| LCH | lch(58.1 98.5 337.7) |
| OKLCH | oklch(0.678 0.291 339.7) |
Copy-ready code
/* CSS */
color: #ff0fcf;
background-color: #ff0fcf;
/* Tailwind (arbitrary) */
class="text-[#ff0fcf] bg-[#ff0fcf]"
/* SCSS */
$brand: #ff0fcf;
/* SwiftUI */
Color(red: 1.000, green: 0.059, blue: 0.812)
/* Android */
Color.parseColor("#ff0fcf")Accessibility — WCAG contrast
Aa
#ff0fcf on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff0fcf on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green5.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta94.1%
Yellow18.8%
Key (black)0.0%
Color previews
#ff0fcf text on a black background
contrast 6.22:1
Card sample
#ff0fcf text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff0fcf;
Background color
Panel with #ff0fcf background
background-color: #ff0fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff0fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 15, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 15, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff0fcf; background: linear-gradient(135deg, #ff0fcf, #FF0F2F);