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