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