#ff60af
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 96, 175
HSL
330°, 100%, 69%
CMYK
0, 62, 31, 0
Luminance
0.3272
Every format
| HEX | #ff60af |
| RGB | rgb(255, 96, 175) |
| HSL | hsl(330, 100%, 69%) |
| CMYK | cmyk(0%, 62%, 31%, 0%) |
| LAB | lab(63.9 67.4 -10.1) |
| LCH | lch(63.9 68.2 351.5) |
| OKLCH | oklch(0.716 0.207 352.8) |
Copy-ready code
/* CSS */
color: #ff60af;
background-color: #ff60af;
/* Tailwind (arbitrary) */
class="text-[#ff60af] bg-[#ff60af]"
/* SCSS */
$brand: #ff60af;
/* SwiftUI */
Color(red: 1.000, green: 0.376, blue: 0.686)
/* Android */
Color.parseColor("#ff60af")Accessibility — WCAG contrast
Aa
#ff60af on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff60af on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green37.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta62.4%
Yellow31.4%
Key (black)0.0%
Color previews
#ff60af text on a black background
contrast 7.54:1
Card sample
#ff60af text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff60af;
Background color
Panel with #ff60af background
background-color: #ff60af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff60af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 96, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 96, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff60af; background: linear-gradient(135deg, #ff60af, #FF7B60);