#ff6dfd
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 109, 253
HSL
301°, 100%, 71%
CMYK
0, 57, 1, 0
Luminance
0.3929
Every format
| HEX | #ff6dfd |
| RGB | rgb(255, 109, 253) |
| HSL | hsl(301, 100%, 71%) |
| CMYK | cmyk(0%, 57%, 1%, 0%) |
| LAB | lab(69.0 73.0 -46.0) |
| LCH | lch(69.0 86.3 327.8) |
| OKLCH | oklch(0.763 0.240 328.1) |
Copy-ready code
/* CSS */
color: #ff6dfd;
background-color: #ff6dfd;
/* Tailwind (arbitrary) */
class="text-[#ff6dfd] bg-[#ff6dfd]"
/* SCSS */
$brand: #ff6dfd;
/* SwiftUI */
Color(red: 1.000, green: 0.427, blue: 0.992)
/* Android */
Color.parseColor("#ff6dfd")Accessibility — WCAG contrast
Aa
#ff6dfd on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6dfd on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green42.7%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta57.3%
Yellow0.8%
Key (black)0.0%
Color previews
#ff6dfd text on a black background
contrast 8.86:1
Card sample
#ff6dfd text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6dfd;
Background color
Panel with #ff6dfd background
background-color: #ff6dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 109, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 109, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6dfd; background: linear-gradient(135deg, #ff6dfd, #FF6D9C);