#ff6cfb
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 108, 251
HSL
302°, 100%, 71%
CMYK
0, 58, 2, 0
Luminance
0.3895
Every format
| HEX | #ff6cfb |
| RGB | rgb(255, 108, 251) |
| HSL | hsl(302, 100%, 71%) |
| CMYK | cmyk(0%, 58%, 2%, 0%) |
| LAB | lab(68.7 73.1 -45.3) |
| LCH | lch(68.7 86.0 328.2) |
| OKLCH | oklch(0.761 0.240 328.7) |
Copy-ready code
/* CSS */
color: #ff6cfb;
background-color: #ff6cfb;
/* Tailwind (arbitrary) */
class="text-[#ff6cfb] bg-[#ff6cfb]"
/* SCSS */
$brand: #ff6cfb;
/* SwiftUI */
Color(red: 1.000, green: 0.424, blue: 0.984)
/* Android */
Color.parseColor("#ff6cfb")Accessibility — WCAG contrast
Aa
#ff6cfb on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6cfb on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green42.4%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta57.6%
Yellow1.6%
Key (black)0.0%
Color previews
#ff6cfb text on a black background
contrast 8.79:1
Card sample
#ff6cfb text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6cfb;
Background color
Panel with #ff6cfb background
background-color: #ff6cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 108, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 108, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6cfb; background: linear-gradient(135deg, #ff6cfb, #FF6C99);