#ff07eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 7, 235
HSL
305°, 100%, 51%
CMYK
0, 97, 8, 0
Luminance
0.2741
Every format
| HEX | #ff07eb |
| RGB | rgb(255, 7, 235) |
| HSL | hsl(305, 100%, 51%) |
| CMYK | cmyk(0%, 97%, 8%, 0%) |
| LAB | lab(59.4 95.1 -51.2) |
| LCH | lch(59.4 108.0 331.7) |
| OKLCH | oklch(0.691 0.309 332.8) |
Copy-ready code
/* CSS */
color: #ff07eb;
background-color: #ff07eb;
/* Tailwind (arbitrary) */
class="text-[#ff07eb] bg-[#ff07eb]"
/* SCSS */
$brand: #ff07eb;
/* SwiftUI */
Color(red: 1.000, green: 0.027, blue: 0.922)
/* Android */
Color.parseColor("#ff07eb")Accessibility — WCAG contrast
Aa
#ff07eb on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff07eb on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green2.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta97.3%
Yellow7.8%
Key (black)0.0%
Color previews
#ff07eb text on a black background
contrast 6.48:1
Card sample
#ff07eb text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff07eb;
Background color
Panel with #ff07eb background
background-color: #ff07eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff07eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 7, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 7, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff07eb; background: linear-gradient(135deg, #ff07eb, #FF0746);