#ff6cf3
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 108, 243
HSL
305°, 100%, 71%
CMYK
0, 58, 5, 0
Luminance
0.3846
Every format
| HEX | #ff6cf3 |
| RGB | rgb(255, 108, 243) |
| HSL | hsl(305, 100%, 71%) |
| CMYK | cmyk(0%, 58%, 5%, 0%) |
| LAB | lab(68.4 71.8 -41.5) |
| LCH | lch(68.4 83.0 330.0) |
| OKLCH | oklch(0.757 0.234 330.9) |
Copy-ready code
/* CSS */
color: #ff6cf3;
background-color: #ff6cf3;
/* Tailwind (arbitrary) */
class="text-[#ff6cf3] bg-[#ff6cf3]"
/* SCSS */
$brand: #ff6cf3;
/* SwiftUI */
Color(red: 1.000, green: 0.424, blue: 0.953)
/* Android */
Color.parseColor("#ff6cf3")Accessibility — WCAG contrast
Aa
#ff6cf3 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6cf3 on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green42.4%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta57.6%
Yellow4.7%
Key (black)0.0%
Color previews
#ff6cf3 text on a black background
contrast 8.69:1
Card sample
#ff6cf3 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6cf3;
Background color
Panel with #ff6cf3 background
background-color: #ff6cf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6cf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 108, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 108, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6cf3; background: linear-gradient(135deg, #ff6cf3, #FF6C91);