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