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