#ff18af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 24, 175
HSL
321°, 100%, 55%
CMYK
0, 91, 31, 0
Luminance
0.2501
Every format
| HEX | #ff18af |
| RGB | rgb(255, 24, 175) |
| HSL | hsl(321, 100%, 55%) |
| CMYK | cmyk(0%, 91%, 31%, 0%) |
| LAB | lab(57.1 86.7 -20.5) |
| LCH | lch(57.1 89.1 346.7) |
| OKLCH | oklch(0.666 0.271 348.6) |
Copy-ready code
/* CSS */
color: #ff18af;
background-color: #ff18af;
/* Tailwind (arbitrary) */
class="text-[#ff18af] bg-[#ff18af]"
/* SCSS */
$brand: #ff18af;
/* SwiftUI */
Color(red: 1.000, green: 0.094, blue: 0.686)
/* Android */
Color.parseColor("#ff18af")Accessibility — WCAG contrast
Aa
#ff18af on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff18af on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green9.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta90.6%
Yellow31.4%
Key (black)0.0%
Color previews
#ff18af text on a black background
contrast 6.00:1
Card sample
#ff18af text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff18af;
Background color
Panel with #ff18af background
background-color: #ff18af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff18af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 24, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 24, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff18af; background: linear-gradient(135deg, #ff18af, #FF1B18);