#ff18ce
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 24, 206
HSL
313°, 100%, 55%
CMYK
0, 91, 19, 0
Luminance
0.2637
Every format
| HEX | #ff18ce |
| RGB | rgb(255, 24, 206) |
| HSL | hsl(313, 100%, 55%) |
| CMYK | cmyk(0%, 91%, 19%, 0%) |
| LAB | lab(58.4 90.1 -36.3) |
| LCH | lch(58.4 97.2 338.0) |
| OKLCH | oklch(0.680 0.287 340.0) |
Copy-ready code
/* CSS */
color: #ff18ce;
background-color: #ff18ce;
/* Tailwind (arbitrary) */
class="text-[#ff18ce] bg-[#ff18ce]"
/* SCSS */
$brand: #ff18ce;
/* SwiftUI */
Color(red: 1.000, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#ff18ce")Accessibility — WCAG contrast
Aa
#ff18ce on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff18ce on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green9.4%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta90.6%
Yellow19.2%
Key (black)0.0%
Color previews
#ff18ce text on a black background
contrast 6.27:1
Card sample
#ff18ce text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff18ce;
Background color
Panel with #ff18ce background
background-color: #ff18ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff18ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff18ce; background: linear-gradient(135deg, #ff18ce, #FF1834);