#f488cd
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 136, 205
HSL
322°, 83%, 75%
CMYK
0, 44, 16, 4
Luminance
0.4125
Every format
| HEX | #f488cd |
| RGB | rgb(244, 136, 205) |
| HSL | hsl(322, 83%, 75%) |
| CMYK | cmyk(0%, 44%, 16%, 4%) |
| LAB | lab(70.3 49.8 -17.5) |
| LCH | lch(70.3 52.8 340.6) |
| OKLCH | oklch(0.764 0.154 342.4) |
Copy-ready code
/* CSS */
color: #f488cd;
background-color: #f488cd;
/* Tailwind (arbitrary) */
class="text-[#f488cd] bg-[#f488cd]"
/* SCSS */
$brand: #f488cd;
/* SwiftUI */
Color(red: 0.957, green: 0.533, blue: 0.804)
/* Android */
Color.parseColor("#f488cd")Accessibility — WCAG contrast
Aa
#f488cd on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f488cd on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green53.3%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta44.3%
Yellow16.0%
Key (black)4.3%
Color previews
#f488cd text on a black background
contrast 9.25:1
Card sample
#f488cd text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f488cd;
Background color
Panel with #f488cd background
background-color: #f488cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f488cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 136, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 136, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f488cd; background: linear-gradient(135deg, #f488cd, #F48B88);