#f255eb
a balanced, electric magenta / pink · warm · closest name: violet
RGB
242, 85, 235
HSL
303°, 86%, 64%
CMYK
0, 65, 3, 5
Luminance
0.3137
Every format
| HEX | #f255eb |
| RGB | rgb(242, 85, 235) |
| HSL | hsl(303, 86%, 64%) |
| CMYK | cmyk(0%, 65%, 3%, 5%) |
| LAB | lab(62.8 76.5 -45.9) |
| LCH | lch(62.8 89.2 329.1) |
| OKLCH | oklch(0.712 0.250 329.7) |
Copy-ready code
/* CSS */
color: #f255eb;
background-color: #f255eb;
/* Tailwind (arbitrary) */
class="text-[#f255eb] bg-[#f255eb]"
/* SCSS */
$brand: #f255eb;
/* SwiftUI */
Color(red: 0.949, green: 0.333, blue: 0.922)
/* Android */
Color.parseColor("#f255eb")Accessibility — WCAG contrast
Aa
#f255eb on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f255eb on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green33.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta64.9%
Yellow2.9%
Key (black)5.1%
Color previews
#f255eb text on a black background
contrast 7.27:1
Card sample
#f255eb text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f255eb;
Background color
Panel with #f255eb background
background-color: #f255eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f255eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 85, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 85, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f255eb; background: linear-gradient(135deg, #f255eb, #F25582);