#ff07ba
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 7, 186
HSL
317°, 100%, 51%
CMYK
0, 97, 27, 0
Luminance
0.2496
Every format
| HEX | #ff07ba |
| RGB | rgb(255, 7, 186) |
| HSL | hsl(317, 100%, 51%) |
| CMYK | cmyk(0%, 97%, 27%, 0%) |
| LAB | lab(57.0 89.3 -26.9) |
| LCH | lch(57.0 93.3 343.2) |
| OKLCH | oklch(0.667 0.282 345.2) |
Copy-ready code
/* CSS */
color: #ff07ba;
background-color: #ff07ba;
/* Tailwind (arbitrary) */
class="text-[#ff07ba] bg-[#ff07ba]"
/* SCSS */
$brand: #ff07ba;
/* SwiftUI */
Color(red: 1.000, green: 0.027, blue: 0.729)
/* Android */
Color.parseColor("#ff07ba")Accessibility — WCAG contrast
Aa
#ff07ba on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff07ba on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green2.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta97.3%
Yellow27.1%
Key (black)0.0%
Color previews
#ff07ba text on a black background
contrast 5.99:1
Card sample
#ff07ba text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff07ba;
Background color
Panel with #ff07ba background
background-color: #ff07ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff07ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 7, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 7, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff07ba; background: linear-gradient(135deg, #ff07ba, #FF0715);