#ff07da
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 7, 218
HSL
309°, 100%, 51%
CMYK
0, 97, 15, 0
Luminance
0.2647
Every format
| HEX | #ff07da |
| RGB | rgb(255, 7, 218) |
| HSL | hsl(309, 100%, 51%) |
| CMYK | cmyk(0%, 97%, 15%, 0%) |
| LAB | lab(58.5 93.0 -43.0) |
| LCH | lch(58.5 102.4 335.2) |
| OKLCH | oklch(0.682 0.299 336.9) |
Copy-ready code
/* CSS */
color: #ff07da;
background-color: #ff07da;
/* Tailwind (arbitrary) */
class="text-[#ff07da] bg-[#ff07da]"
/* SCSS */
$brand: #ff07da;
/* SwiftUI */
Color(red: 1.000, green: 0.027, blue: 0.855)
/* Android */
Color.parseColor("#ff07da")Accessibility — WCAG contrast
Aa
#ff07da on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff07da on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green2.7%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta97.3%
Yellow14.5%
Key (black)0.0%
Color previews
#ff07da text on a black background
contrast 6.29:1
Card sample
#ff07da text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff07da;
Background color
Panel with #ff07da background
background-color: #ff07da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff07da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 7, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 7, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff07da; background: linear-gradient(135deg, #ff07da, #FF0735);