#f45def
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 93, 239
HSL
302°, 87%, 66%
CMYK
0, 62, 2, 4
Luminance
0.3329
Every format
| HEX | #f45def |
| RGB | rgb(244, 93, 239) |
| HSL | hsl(302, 87%, 66%) |
| CMYK | cmyk(0%, 62%, 2%, 4%) |
| LAB | lab(64.4 74.6 -45.6) |
| LCH | lch(64.4 87.4 328.6) |
| OKLCH | oklch(0.725 0.244 329.1) |
Copy-ready code
/* CSS */
color: #f45def;
background-color: #f45def;
/* Tailwind (arbitrary) */
class="text-[#f45def] bg-[#f45def]"
/* SCSS */
$brand: #f45def;
/* SwiftUI */
Color(red: 0.957, green: 0.365, blue: 0.937)
/* Android */
Color.parseColor("#f45def")Accessibility — WCAG contrast
Aa
#f45def on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f45def on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green36.5%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta61.9%
Yellow2.0%
Key (black)4.3%
Color previews
#f45def text on a black background
contrast 7.66:1
Card sample
#f45def text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f45def;
Background color
Panel with #f45def background
background-color: #f45def;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f45def;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 93, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 93, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f45def; background: linear-gradient(135deg, #f45def, #F45D8A);