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