#f235eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
242, 53, 235
HSL
302°, 88%, 58%
CMYK
0, 78, 3, 5
Luminance
0.2742
Every format
| HEX | #f235eb |
| RGB | rgb(242, 53, 235) |
| HSL | hsl(302, 88%, 58%) |
| CMYK | cmyk(0%, 78%, 3%, 5%) |
| LAB | lab(59.4 86.4 -51.3) |
| LCH | lch(59.4 100.5 329.3) |
| OKLCH | oklch(0.687 0.283 329.8) |
Copy-ready code
/* CSS */
color: #f235eb;
background-color: #f235eb;
/* Tailwind (arbitrary) */
class="text-[#f235eb] bg-[#f235eb]"
/* SCSS */
$brand: #f235eb;
/* SwiftUI */
Color(red: 0.949, green: 0.208, blue: 0.922)
/* Android */
Color.parseColor("#f235eb")Accessibility — WCAG contrast
Aa
#f235eb on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f235eb on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green20.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta78.1%
Yellow2.9%
Key (black)5.1%
Color previews
#f235eb text on a black background
contrast 6.48:1
Card sample
#f235eb text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f235eb;
Background color
Panel with #f235eb background
background-color: #f235eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f235eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 53, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 53, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f235eb; background: linear-gradient(135deg, #f235eb, #F2356D);