#ff6fd8
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 111, 216
HSL
316°, 100%, 72%
CMYK
0, 57, 15, 0
Luminance
0.3759
Every format
| HEX | #ff6fd8 |
| RGB | rgb(255, 111, 216) |
| HSL | hsl(316, 100%, 72%) |
| CMYK | cmyk(0%, 57%, 15%, 0%) |
| LAB | lab(67.7 66.4 -27.5) |
| LCH | lch(67.7 71.9 337.5) |
| OKLCH | oklch(0.749 0.209 339.3) |
Copy-ready code
/* CSS */
color: #ff6fd8;
background-color: #ff6fd8;
/* Tailwind (arbitrary) */
class="text-[#ff6fd8] bg-[#ff6fd8]"
/* SCSS */
$brand: #ff6fd8;
/* SwiftUI */
Color(red: 1.000, green: 0.435, blue: 0.847)
/* Android */
Color.parseColor("#ff6fd8")Accessibility — WCAG contrast
Aa
#ff6fd8 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6fd8 on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green43.5%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta56.5%
Yellow15.3%
Key (black)0.0%
Color previews
#ff6fd8 text on a black background
contrast 8.52:1
Card sample
#ff6fd8 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6fd8;
Background color
Panel with #ff6fd8 background
background-color: #ff6fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 111, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 111, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6fd8; background: linear-gradient(135deg, #ff6fd8, #FF6F78);