#ff67cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 103, 207
HSL
319°, 100%, 70%
CMYK
0, 60, 19, 0
Luminance
0.3547
Every format
| HEX | #ff67cf |
| RGB | rgb(255, 103, 207) |
| HSL | hsl(319, 100%, 70%) |
| CMYK | cmyk(0%, 60%, 19%, 0%) |
| LAB | lab(66.1 68.6 -24.9) |
| LCH | lch(66.1 73.0 340.0) |
| OKLCH | oklch(0.736 0.215 341.9) |
Copy-ready code
/* CSS */
color: #ff67cf;
background-color: #ff67cf;
/* Tailwind (arbitrary) */
class="text-[#ff67cf] bg-[#ff67cf]"
/* SCSS */
$brand: #ff67cf;
/* SwiftUI */
Color(red: 1.000, green: 0.404, blue: 0.812)
/* Android */
Color.parseColor("#ff67cf")Accessibility — WCAG contrast
Aa
#ff67cf on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff67cf on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green40.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta59.6%
Yellow18.8%
Key (black)0.0%
Color previews
#ff67cf text on a black background
contrast 8.09:1
Card sample
#ff67cf text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff67cf;
Background color
Panel with #ff67cf background
background-color: #ff67cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff67cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 103, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 103, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff67cf; background: linear-gradient(135deg, #ff67cf, #FF676A);