#f481cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 129, 207
HSL
319°, 84%, 73%
CMYK
0, 47, 15, 4
Luminance
0.3944
Every format
| HEX | #f481cf |
| RGB | rgb(244, 129, 207) |
| HSL | hsl(319, 84%, 73%) |
| CMYK | cmyk(0%, 47%, 15%, 4%) |
| LAB | lab(69.1 53.5 -20.6) |
| LCH | lch(69.1 57.3 339.0) |
| OKLCH | oklch(0.755 0.167 340.8) |
Copy-ready code
/* CSS */
color: #f481cf;
background-color: #f481cf;
/* Tailwind (arbitrary) */
class="text-[#f481cf] bg-[#f481cf]"
/* SCSS */
$brand: #f481cf;
/* SwiftUI */
Color(red: 0.957, green: 0.506, blue: 0.812)
/* Android */
Color.parseColor("#f481cf")Accessibility — WCAG contrast
Aa
#f481cf on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f481cf on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green50.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta47.1%
Yellow15.2%
Key (black)4.3%
Color previews
#f481cf text on a black background
contrast 8.89:1
Card sample
#f481cf text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f481cf;
Background color
Panel with #f481cf background
background-color: #f481cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f481cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 129, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 129, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f481cf; background: linear-gradient(135deg, #f481cf, #F48182);