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