#f47ae9
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 122, 233
HSL
305°, 85%, 72%
CMYK
0, 50, 5, 4
Luminance
0.3904
Every format
| HEX | #f47ae9 |
| RGB | rgb(244, 122, 233) |
| HSL | hsl(305, 85%, 72%) |
| CMYK | cmyk(0%, 50%, 5%, 4%) |
| LAB | lab(68.8 61.0 -35.4) |
| LCH | lch(68.8 70.6 329.9) |
| OKLCH | oklch(0.756 0.198 330.8) |
Copy-ready code
/* CSS */
color: #f47ae9;
background-color: #f47ae9;
/* Tailwind (arbitrary) */
class="text-[#f47ae9] bg-[#f47ae9]"
/* SCSS */
$brand: #f47ae9;
/* SwiftUI */
Color(red: 0.957, green: 0.478, blue: 0.914)
/* Android */
Color.parseColor("#f47ae9")Accessibility — WCAG contrast
Aa
#f47ae9 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f47ae9 on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green47.8%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow4.5%
Key (black)4.3%
Color previews
#f47ae9 text on a black background
contrast 8.81:1
Card sample
#f47ae9 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f47ae9;
Background color
Panel with #f47ae9 background
background-color: #f47ae9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f47ae9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 122, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 122, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f47ae9; background: linear-gradient(135deg, #f47ae9, #F47A98);