#f288cd
a light, electric magenta / pink · warm · closest name: plum
RGB
242, 136, 205
HSL
321°, 80%, 74%
CMYK
0, 44, 15, 5
Luminance
0.4089
Every format
| HEX | #f288cd |
| RGB | rgb(242, 136, 205) |
| HSL | hsl(321, 80%, 74%) |
| CMYK | cmyk(0%, 44%, 15%, 5%) |
| LAB | lab(70.1 49.1 -17.9) |
| LCH | lch(70.1 52.3 340.0) |
| OKLCH | oklch(0.762 0.152 341.8) |
Copy-ready code
/* CSS */
color: #f288cd;
background-color: #f288cd;
/* Tailwind (arbitrary) */
class="text-[#f288cd] bg-[#f288cd]"
/* SCSS */
$brand: #f288cd;
/* SwiftUI */
Color(red: 0.949, green: 0.533, blue: 0.804)
/* Android */
Color.parseColor("#f288cd")Accessibility — WCAG contrast
Aa
#f288cd on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f288cd on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green53.3%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta43.8%
Yellow15.3%
Key (black)5.1%
Color previews
#f288cd text on a black background
contrast 9.18:1
Card sample
#f288cd text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f288cd;
Background color
Panel with #f288cd background
background-color: #f288cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f288cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 136, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 136, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f288cd; background: linear-gradient(135deg, #f288cd, #F28A88);