#ff0cfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 12, 251
HSL
301°, 100%, 52%
CMYK
0, 95, 2, 0
Luminance
0.2849
Every format
| HEX | #ff0cfb |
| RGB | rgb(255, 12, 251) |
| HSL | hsl(301, 100%, 52%) |
| CMYK | cmyk(0%, 95%, 2%, 0%) |
| LAB | lab(60.3 97.0 -58.6) |
| LCH | lch(60.3 113.3 328.9) |
| OKLCH | oklch(0.701 0.318 329.2) |
Copy-ready code
/* CSS */
color: #ff0cfb;
background-color: #ff0cfb;
/* Tailwind (arbitrary) */
class="text-[#ff0cfb] bg-[#ff0cfb]"
/* SCSS */
$brand: #ff0cfb;
/* SwiftUI */
Color(red: 1.000, green: 0.047, blue: 0.984)
/* Android */
Color.parseColor("#ff0cfb")Accessibility — WCAG contrast
Aa
#ff0cfb on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff0cfb on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green4.7%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta95.3%
Yellow1.6%
Key (black)0.0%
Color previews
#ff0cfb text on a black background
contrast 6.70:1
Card sample
#ff0cfb text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff0cfb;
Background color
Panel with #ff0cfb background
background-color: #ff0cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff0cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 12, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 12, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff0cfb; background: linear-gradient(135deg, #ff0cfb, #FF0C59);