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