#fc26fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 38, 253
HSL
300°, 98%, 57%
CMYK
0, 85, 0, 1
Luminance
0.2917
Every format
| HEX | #fc26fd |
| RGB | rgb(252, 38, 253) |
| HSL | hsl(300, 98%, 57%) |
| CMYK | cmyk(0%, 85%, 0%, 1%) |
| LAB | lab(60.9 93.8 -58.8) |
| LCH | lch(60.9 110.7 327.9) |
| OKLCH | oklch(0.705 0.308 328.0) |
Copy-ready code
/* CSS */
color: #fc26fd;
background-color: #fc26fd;
/* Tailwind (arbitrary) */
class="text-[#fc26fd] bg-[#fc26fd]"
/* SCSS */
$brand: #fc26fd;
/* SwiftUI */
Color(red: 0.988, green: 0.149, blue: 0.992)
/* Android */
Color.parseColor("#fc26fd")Accessibility — WCAG contrast
Aa
#fc26fd on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc26fd on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green14.9%
Blue99.2%
CMYK percentages
Cyan0.4%
Magenta85.0%
Yellow0.0%
Key (black)0.8%
Color previews
#fc26fd text on a black background
contrast 6.83:1
Card sample
#fc26fd text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc26fd;
Background color
Panel with #fc26fd background
background-color: #fc26fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc26fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 38, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 38, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc26fd; background: linear-gradient(135deg, #fc26fd, #FD266F);