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