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