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