#ff67df
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 103, 223
HSL
313°, 100%, 70%
CMYK
0, 60, 13, 0
Luminance
0.3629
Every format
| HEX | #ff67df |
| RGB | rgb(255, 103, 223) |
| HSL | hsl(313, 100%, 70%) |
| CMYK | cmyk(0%, 60%, 13%, 0%) |
| LAB | lab(66.7 70.9 -32.9) |
| LCH | lch(66.7 78.1 335.1) |
| OKLCH | oklch(0.743 0.226 336.7) |
Copy-ready code
/* CSS */
color: #ff67df;
background-color: #ff67df;
/* Tailwind (arbitrary) */
class="text-[#ff67df] bg-[#ff67df]"
/* SCSS */
$brand: #ff67df;
/* SwiftUI */
Color(red: 1.000, green: 0.404, blue: 0.875)
/* Android */
Color.parseColor("#ff67df")Accessibility — WCAG contrast
Aa
#ff67df on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff67df on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green40.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta59.6%
Yellow12.5%
Key (black)0.0%
Color previews
#ff67df text on a black background
contrast 8.26:1
Card sample
#ff67df text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff67df;
Background color
Panel with #ff67df background
background-color: #ff67df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff67df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 103, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 103, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff67df; background: linear-gradient(135deg, #ff67df, #FF677A);