#ff67cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 103, 205
HSL
320°, 100%, 70%
CMYK
0, 60, 20, 0
Luminance
0.3537
Every format
| HEX | #ff67cd |
| RGB | rgb(255, 103, 205) |
| HSL | hsl(320, 100%, 70%) |
| CMYK | cmyk(0%, 60%, 20%, 0%) |
| LAB | lab(66.0 68.3 -23.9) |
| LCH | lch(66.0 72.4 340.7) |
| OKLCH | oklch(0.735 0.214 342.6) |
Copy-ready code
/* CSS */
color: #ff67cd;
background-color: #ff67cd;
/* Tailwind (arbitrary) */
class="text-[#ff67cd] bg-[#ff67cd]"
/* SCSS */
$brand: #ff67cd;
/* SwiftUI */
Color(red: 1.000, green: 0.404, blue: 0.804)
/* Android */
Color.parseColor("#ff67cd")Accessibility — WCAG contrast
Aa
#ff67cd on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff67cd on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green40.4%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta59.6%
Yellow19.6%
Key (black)0.0%
Color previews
#ff67cd text on a black background
contrast 8.07:1
Card sample
#ff67cd text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff67cd;
Background color
Panel with #ff67cd background
background-color: #ff67cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff67cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 103, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 103, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff67cd; background: linear-gradient(135deg, #ff67cd, #FF6768);