#ff60cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 96, 205
HSL
319°, 100%, 69%
CMYK
0, 62, 20, 0
Luminance
0.3403
Every format
| HEX | #ff60cd |
| RGB | rgb(255, 96, 205) |
| HSL | hsl(319, 100%, 69%) |
| CMYK | cmyk(0%, 62%, 20%, 0%) |
| LAB | lab(65.0 71.2 -25.5) |
| LCH | lch(65.0 75.6 340.3) |
| OKLCH | oklch(0.728 0.223 342.2) |
Copy-ready code
/* CSS */
color: #ff60cd;
background-color: #ff60cd;
/* Tailwind (arbitrary) */
class="text-[#ff60cd] bg-[#ff60cd]"
/* SCSS */
$brand: #ff60cd;
/* SwiftUI */
Color(red: 1.000, green: 0.376, blue: 0.804)
/* Android */
Color.parseColor("#ff60cd")Accessibility — WCAG contrast
Aa
#ff60cd on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff60cd on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green37.6%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta62.4%
Yellow19.6%
Key (black)0.0%
Color previews
#ff60cd text on a black background
contrast 7.81:1
Card sample
#ff60cd text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff60cd;
Background color
Panel with #ff60cd background
background-color: #ff60cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff60cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 96, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 96, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff60cd; background: linear-gradient(135deg, #ff60cd, #FF6063);