#f256fd
a light, electric magenta / pink · warm · closest name: magenta
RGB
242, 86, 253
HSL
296°, 98%, 67%
CMYK
4, 66, 0, 1
Luminance
0.3262
Every format
| HEX | #f256fd |
| RGB | rgb(242, 86, 253) |
| HSL | hsl(296, 98%, 67%) |
| CMYK | cmyk(4%, 66%, 0%, 1%) |
| LAB | lab(63.9 79.1 -54.2) |
| LCH | lch(63.9 95.9 325.6) |
| OKLCH | oklch(0.723 0.263 325.1) |
Copy-ready code
/* CSS */
color: #f256fd;
background-color: #f256fd;
/* Tailwind (arbitrary) */
class="text-[#f256fd] bg-[#f256fd]"
/* SCSS */
$brand: #f256fd;
/* SwiftUI */
Color(red: 0.949, green: 0.337, blue: 0.992)
/* Android */
Color.parseColor("#f256fd")Accessibility — WCAG contrast
Aa
#f256fd on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f256fd on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green33.7%
Blue99.2%
CMYK percentages
Cyan4.3%
Magenta66.0%
Yellow0.0%
Key (black)0.8%
Color previews
#f256fd text on a black background
contrast 7.52:1
Card sample
#f256fd text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f256fd;
Background color
Panel with #f256fd background
background-color: #f256fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f256fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 86, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 86, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f256fd; background: linear-gradient(135deg, #f256fd, #FD5699);