#ff6cdc
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 108, 220
HSL
314°, 100%, 71%
CMYK
0, 58, 14, 0
Luminance
0.3715
Every format
| HEX | #ff6cdc |
| RGB | rgb(255, 108, 220) |
| HSL | hsl(314, 100%, 71%) |
| CMYK | cmyk(0%, 58%, 14%, 0%) |
| LAB | lab(67.4 68.3 -30.2) |
| LCH | lch(67.4 74.7 336.1) |
| OKLCH | oklch(0.747 0.217 337.8) |
Copy-ready code
/* CSS */
color: #ff6cdc;
background-color: #ff6cdc;
/* Tailwind (arbitrary) */
class="text-[#ff6cdc] bg-[#ff6cdc]"
/* SCSS */
$brand: #ff6cdc;
/* SwiftUI */
Color(red: 1.000, green: 0.424, blue: 0.863)
/* Android */
Color.parseColor("#ff6cdc")Accessibility — WCAG contrast
Aa
#ff6cdc on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6cdc on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green42.4%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta57.6%
Yellow13.7%
Key (black)0.0%
Color previews
#ff6cdc text on a black background
contrast 8.43:1
Card sample
#ff6cdc text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6cdc;
Background color
Panel with #ff6cdc background
background-color: #ff6cdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6cdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 108, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 108, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6cdc; background: linear-gradient(135deg, #ff6cdc, #FF6C7A);