#ff51cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 81, 205
HSL
317°, 100%, 66%
CMYK
0, 68, 20, 0
Luminance
0.3155
Every format
| HEX | #ff51cd |
| RGB | rgb(255, 81, 205) |
| HSL | hsl(317, 100%, 66%) |
| CMYK | cmyk(0%, 68%, 20%, 0%) |
| LAB | lab(63.0 76.8 -28.6) |
| LCH | lch(63.0 81.9 339.5) |
| OKLCH | oklch(0.713 0.242 341.5) |
Copy-ready code
/* CSS */
color: #ff51cd;
background-color: #ff51cd;
/* Tailwind (arbitrary) */
class="text-[#ff51cd] bg-[#ff51cd]"
/* SCSS */
$brand: #ff51cd;
/* SwiftUI */
Color(red: 1.000, green: 0.318, blue: 0.804)
/* Android */
Color.parseColor("#ff51cd")Accessibility — WCAG contrast
Aa
#ff51cd on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff51cd on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green31.8%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta68.2%
Yellow19.6%
Key (black)0.0%
Color previews
#ff51cd text on a black background
contrast 7.31:1
Card sample
#ff51cd text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff51cd;
Background color
Panel with #ff51cd background
background-color: #ff51cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff51cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 81, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 81, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff51cd; background: linear-gradient(135deg, #ff51cd, #FF5159);