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