#ff64eb
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 100, 235
HSL
308°, 100%, 70%
CMYK
0, 61, 8, 0
Luminance
0.3637
Every format
| HEX | #ff64eb |
| RGB | rgb(255, 100, 235) |
| HSL | hsl(308, 100%, 70%) |
| CMYK | cmyk(0%, 61%, 8%, 0%) |
| LAB | lab(66.8 73.9 -39.5) |
| LCH | lch(66.8 83.8 331.9) |
| OKLCH | oklch(0.745 0.238 333.1) |
Copy-ready code
/* CSS */
color: #ff64eb;
background-color: #ff64eb;
/* Tailwind (arbitrary) */
class="text-[#ff64eb] bg-[#ff64eb]"
/* SCSS */
$brand: #ff64eb;
/* SwiftUI */
Color(red: 1.000, green: 0.392, blue: 0.922)
/* Android */
Color.parseColor("#ff64eb")Accessibility — WCAG contrast
Aa
#ff64eb on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff64eb on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green39.2%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta60.8%
Yellow7.8%
Key (black)0.0%
Color previews
#ff64eb text on a black background
contrast 8.27:1
Card sample
#ff64eb text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff64eb;
Background color
Panel with #ff64eb background
background-color: #ff64eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff64eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 100, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 100, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff64eb; background: linear-gradient(135deg, #ff64eb, #FF6484);