#f00afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 10, 253
HSL
297°, 98%, 52%
CMYK
5, 96, 0, 1
Luminance
0.2583
Every format
| HEX | #f00afd |
| RGB | rgb(240, 10, 253) |
| HSL | hsl(297, 98%, 52%) |
| CMYK | cmyk(5%, 96%, 0%, 1%) |
| LAB | lab(57.9 95.1 -63.8) |
| LCH | lch(57.9 114.5 326.1) |
| OKLCH | oklch(0.679 0.314 325.5) |
Copy-ready code
/* CSS */
color: #f00afd;
background-color: #f00afd;
/* Tailwind (arbitrary) */
class="text-[#f00afd] bg-[#f00afd]"
/* SCSS */
$brand: #f00afd;
/* SwiftUI */
Color(red: 0.941, green: 0.039, blue: 0.992)
/* Android */
Color.parseColor("#f00afd")Accessibility — WCAG contrast
Aa
#f00afd on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f00afd on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green3.9%
Blue99.2%
CMYK percentages
Cyan5.1%
Magenta96.0%
Yellow0.0%
Key (black)0.8%
Color previews
#f00afd text on a black background
contrast 6.17:1
Card sample
#f00afd text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f00afd;
Background color
Panel with #f00afd background
background-color: #f00afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f00afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 10, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 10, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f00afd; background: linear-gradient(135deg, #f00afd, #FD0A68);