#ff62ba
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 98, 186
HSL
326°, 100%, 69%
CMYK
0, 62, 27, 0
Luminance
0.3354
Every format
| HEX | #ff62ba |
| RGB | rgb(255, 98, 186) |
| HSL | hsl(326, 100%, 69%) |
| CMYK | cmyk(0%, 62%, 27%, 0%) |
| LAB | lab(64.6 67.9 -15.4) |
| LCH | lch(64.6 69.6 347.2) |
| OKLCH | oklch(0.722 0.210 348.9) |
Copy-ready code
/* CSS */
color: #ff62ba;
background-color: #ff62ba;
/* Tailwind (arbitrary) */
class="text-[#ff62ba] bg-[#ff62ba]"
/* SCSS */
$brand: #ff62ba;
/* SwiftUI */
Color(red: 1.000, green: 0.384, blue: 0.729)
/* Android */
Color.parseColor("#ff62ba")Accessibility — WCAG contrast
Aa
#ff62ba on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff62ba on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green38.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta61.6%
Yellow27.1%
Key (black)0.0%
Color previews
#ff62ba text on a black background
contrast 7.71:1
Card sample
#ff62ba text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff62ba;
Background color
Panel with #ff62ba background
background-color: #ff62ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff62ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 98, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 98, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff62ba; background: linear-gradient(135deg, #ff62ba, #FF7362);