#ff07af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 7, 175
HSL
319°, 100%, 51%
CMYK
0, 97, 31, 0
Luminance
0.2451
Every format
| HEX | #ff07af |
| RGB | rgb(255, 7, 175) |
| HSL | hsl(319, 100%, 51%) |
| CMYK | cmyk(0%, 97%, 31%, 0%) |
| LAB | lab(56.6 88.2 -21.2) |
| LCH | lch(56.6 90.7 346.5) |
| OKLCH | oklch(0.663 0.276 348.3) |
Copy-ready code
/* CSS */
color: #ff07af;
background-color: #ff07af;
/* Tailwind (arbitrary) */
class="text-[#ff07af] bg-[#ff07af]"
/* SCSS */
$brand: #ff07af;
/* SwiftUI */
Color(red: 1.000, green: 0.027, blue: 0.686)
/* Android */
Color.parseColor("#ff07af")Accessibility — WCAG contrast
Aa
#ff07af on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff07af on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green2.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta97.3%
Yellow31.4%
Key (black)0.0%
Color previews
#ff07af text on a black background
contrast 5.90:1
Card sample
#ff07af text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff07af;
Background color
Panel with #ff07af background
background-color: #ff07af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff07af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 7, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 7, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff07af; background: linear-gradient(135deg, #ff07af, #FF070A);