#f245df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
242, 69, 223
HSL
307°, 87%, 61%
CMYK
0, 72, 8, 5
Luminance
0.2846
Every format
| HEX | #f245df |
| RGB | rgb(242, 69, 223) |
| HSL | hsl(307, 87%, 61%) |
| CMYK | cmyk(0%, 72%, 8%, 5%) |
| LAB | lab(60.3 80.2 -43.1) |
| LCH | lch(60.3 91.1 331.7) |
| OKLCH | oklch(0.692 0.260 332.9) |
Copy-ready code
/* CSS */
color: #f245df;
background-color: #f245df;
/* Tailwind (arbitrary) */
class="text-[#f245df] bg-[#f245df]"
/* SCSS */
$brand: #f245df;
/* SwiftUI */
Color(red: 0.949, green: 0.271, blue: 0.875)
/* Android */
Color.parseColor("#f245df")Accessibility — WCAG contrast
Aa
#f245df on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f245df on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green27.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta71.5%
Yellow7.9%
Key (black)5.1%
Color previews
#f245df text on a black background
contrast 6.69:1
Card sample
#f245df text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f245df;
Background color
Panel with #f245df background
background-color: #f245df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f245df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 69, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 69, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f245df; background: linear-gradient(135deg, #f245df, #F2456C);