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