#ff05af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 5, 175
HSL
319°, 100%, 51%
CMYK
0, 98, 31, 0
Luminance
0.2446
Every format
| HEX | #ff05af |
| RGB | rgb(255, 5, 175) |
| HSL | hsl(319, 100%, 51%) |
| CMYK | cmyk(0%, 98%, 31%, 0%) |
| LAB | lab(56.6 88.3 -21.3) |
| LCH | lch(56.6 90.8 346.4) |
| OKLCH | oklch(0.662 0.277 348.3) |
Copy-ready code
/* CSS */
color: #ff05af;
background-color: #ff05af;
/* Tailwind (arbitrary) */
class="text-[#ff05af] bg-[#ff05af]"
/* SCSS */
$brand: #ff05af;
/* SwiftUI */
Color(red: 1.000, green: 0.020, blue: 0.686)
/* Android */
Color.parseColor("#ff05af")Accessibility — WCAG contrast
Aa
#ff05af on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff05af on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green2.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta98.0%
Yellow31.4%
Key (black)0.0%
Color previews
#ff05af text on a black background
contrast 5.89:1
Card sample
#ff05af text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff05af;
Background color
Panel with #ff05af background
background-color: #ff05af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff05af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 5, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 5, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff05af; background: linear-gradient(135deg, #ff05af, #FF0508);