#ff18df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 24, 223
HSL
308°, 100%, 55%
CMYK
0, 91, 13, 0
Luminance
0.2724
Every format
| HEX | #ff18df |
| RGB | rgb(255, 24, 223) |
| HSL | hsl(308, 100%, 55%) |
| CMYK | cmyk(0%, 91%, 13%, 0%) |
| LAB | lab(59.2 92.2 -44.7) |
| LCH | lch(59.2 102.5 334.1) |
| OKLCH | oklch(0.688 0.297 335.7) |
Copy-ready code
/* CSS */
color: #ff18df;
background-color: #ff18df;
/* Tailwind (arbitrary) */
class="text-[#ff18df] bg-[#ff18df]"
/* SCSS */
$brand: #ff18df;
/* SwiftUI */
Color(red: 1.000, green: 0.094, blue: 0.875)
/* Android */
Color.parseColor("#ff18df")Accessibility — WCAG contrast
Aa
#ff18df on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff18df on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green9.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta90.6%
Yellow12.5%
Key (black)0.0%
Color previews
#ff18df text on a black background
contrast 6.45:1
Card sample
#ff18df text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff18df;
Background color
Panel with #ff18df background
background-color: #ff18df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff18df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 24, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 24, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff18df; background: linear-gradient(135deg, #ff18df, #FF1845);