#ff0cef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 12, 239
HSL
304°, 100%, 52%
CMYK
0, 95, 6, 0
Luminance
0.2775
Every format
| HEX | #ff0cef |
| RGB | rgb(255, 12, 239) |
| HSL | hsl(304, 100%, 52%) |
| CMYK | cmyk(0%, 95%, 6%, 0%) |
| LAB | lab(59.7 95.4 -53.0) |
| LCH | lch(59.7 109.1 331.0) |
| OKLCH | oklch(0.694 0.310 331.9) |
Copy-ready code
/* CSS */
color: #ff0cef;
background-color: #ff0cef;
/* Tailwind (arbitrary) */
class="text-[#ff0cef] bg-[#ff0cef]"
/* SCSS */
$brand: #ff0cef;
/* SwiftUI */
Color(red: 1.000, green: 0.047, blue: 0.937)
/* Android */
Color.parseColor("#ff0cef")Accessibility — WCAG contrast
Aa
#ff0cef on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff0cef on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green4.7%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta95.3%
Yellow6.3%
Key (black)0.0%
Color previews
#ff0cef text on a black background
contrast 6.55:1
Card sample
#ff0cef text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff0cef;
Background color
Panel with #ff0cef background
background-color: #ff0cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff0cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 12, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 12, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff0cef; background: linear-gradient(135deg, #ff0cef, #FF0C4D);