#f26dfd
a light, electric magenta / pink · warm · closest name: violet
RGB
242, 109, 253
HSL
295°, 97%, 71%
CMYK
4, 57, 0, 1
Luminance
0.3691
Every format
| HEX | #f26dfd |
| RGB | rgb(242, 109, 253) |
| HSL | hsl(295, 97%, 71%) |
| CMYK | cmyk(4%, 57%, 0%, 1%) |
| LAB | lab(67.2 69.8 -48.9) |
| LCH | lch(67.2 85.2 325.0) |
| OKLCH | oklch(0.747 0.233 324.5) |
Copy-ready code
/* CSS */
color: #f26dfd;
background-color: #f26dfd;
/* Tailwind (arbitrary) */
class="text-[#f26dfd] bg-[#f26dfd]"
/* SCSS */
$brand: #f26dfd;
/* SwiftUI */
Color(red: 0.949, green: 0.427, blue: 0.992)
/* Android */
Color.parseColor("#f26dfd")Accessibility — WCAG contrast
Aa
#f26dfd on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f26dfd on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green42.7%
Blue99.2%
CMYK percentages
Cyan4.3%
Magenta56.9%
Yellow0.0%
Key (black)0.8%
Color previews
#f26dfd text on a black background
contrast 8.38:1
Card sample
#f26dfd text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f26dfd;
Background color
Panel with #f26dfd background
background-color: #f26dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f26dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 109, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 109, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f26dfd; background: linear-gradient(135deg, #f26dfd, #FD6DA8);