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