#f153eb
a balanced, electric magenta / pink · warm · closest name: violet
RGB
241, 83, 235
HSL
302°, 85%, 64%
CMYK
0, 66, 3, 6
Luminance
0.3089
Every format
| HEX | #f153eb |
| RGB | rgb(241, 83, 235) |
| HSL | hsl(302, 85%, 64%) |
| CMYK | cmyk(0%, 66%, 3%, 6%) |
| LAB | lab(62.4 77.0 -46.5) |
| LCH | lch(62.4 90.0 328.9) |
| OKLCH | oklch(0.709 0.252 329.4) |
Copy-ready code
/* CSS */
color: #f153eb;
background-color: #f153eb;
/* Tailwind (arbitrary) */
class="text-[#f153eb] bg-[#f153eb]"
/* SCSS */
$brand: #f153eb;
/* SwiftUI */
Color(red: 0.945, green: 0.325, blue: 0.922)
/* Android */
Color.parseColor("#f153eb")Accessibility — WCAG contrast
Aa
#f153eb on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f153eb on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green32.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta65.6%
Yellow2.5%
Key (black)5.5%
Color previews
#f153eb text on a black background
contrast 7.18:1
Card sample
#f153eb text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f153eb;
Background color
Panel with #f153eb background
background-color: #f153eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f153eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 83, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 83, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f153eb; background: linear-gradient(135deg, #f153eb, #F15382);