#ff0c62
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
255, 12, 98
HSL
339°, 100%, 52%
CMYK
0, 95, 62, 0
Luminance
0.2240
Every format
| HEX | #ff0c62 |
| RGB | rgb(255, 12, 98) |
| HSL | hsl(339, 100%, 52%) |
| CMYK | cmyk(0%, 95%, 62%, 0%) |
| LAB | lab(54.5 81.8 21.6) |
| LCH | lch(54.5 84.6 14.8) |
| OKLCH | oklch(0.640 0.253 12.0) |
Copy-ready code
/* CSS */
color: #ff0c62;
background-color: #ff0c62;
/* Tailwind (arbitrary) */
class="text-[#ff0c62] bg-[#ff0c62]"
/* SCSS */
$brand: #ff0c62;
/* SwiftUI */
Color(red: 1.000, green: 0.047, blue: 0.384)
/* Android */
Color.parseColor("#ff0c62")Accessibility — WCAG contrast
Aa
#ff0c62 on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff0c62 on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green4.7%
Blue38.4%
CMYK percentages
Cyan0.0%
Magenta95.3%
Yellow61.6%
Key (black)0.0%
Color previews
#ff0c62 text on a black background
contrast 5.48:1
Card sample
#ff0c62 text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff0c62;
Background color
Panel with #ff0c62 background
background-color: #ff0c62;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff0c62;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 12, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 12, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff0c62; background: linear-gradient(135deg, #ff0c62, #FF580C);