#ff61ce
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 97, 206
HSL
319°, 100%, 69%
CMYK
0, 62, 19, 0
Luminance
0.3427
Every format
| HEX | #ff61ce |
| RGB | rgb(255, 97, 206) |
| HSL | hsl(319, 100%, 69%) |
| CMYK | cmyk(0%, 62%, 19%, 0%) |
| LAB | lab(65.2 70.9 -25.8) |
| LCH | lch(65.2 75.5 340.0) |
| OKLCH | oklch(0.729 0.223 341.9) |
Copy-ready code
/* CSS */
color: #ff61ce;
background-color: #ff61ce;
/* Tailwind (arbitrary) */
class="text-[#ff61ce] bg-[#ff61ce]"
/* SCSS */
$brand: #ff61ce;
/* SwiftUI */
Color(red: 1.000, green: 0.380, blue: 0.808)
/* Android */
Color.parseColor("#ff61ce")Accessibility — WCAG contrast
Aa
#ff61ce on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff61ce on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green38.0%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta62.0%
Yellow19.2%
Key (black)0.0%
Color previews
#ff61ce text on a black background
contrast 7.85:1
Card sample
#ff61ce text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff61ce;
Background color
Panel with #ff61ce background
background-color: #ff61ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff61ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 97, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 97, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff61ce; background: linear-gradient(135deg, #ff61ce, #FF6165);