#f283ac
a light, electric magenta / pink · warm · closest name: plum
RGB
242, 131, 172
HSL
338°, 81%, 73%
CMYK
0, 46, 29, 5
Luminance
0.3809
Every format
| HEX | #f283ac |
| RGB | rgb(242, 131, 172) |
| HSL | hsl(338, 81%, 73%) |
| CMYK | cmyk(0%, 46%, 29%, 5%) |
| LAB | lab(68.1 47.0 -2.5) |
| LCH | lch(68.1 47.0 357.0) |
| OKLCH | oklch(0.743 0.142 357.6) |
Copy-ready code
/* CSS */
color: #f283ac;
background-color: #f283ac;
/* Tailwind (arbitrary) */
class="text-[#f283ac] bg-[#f283ac]"
/* SCSS */
$brand: #f283ac;
/* SwiftUI */
Color(red: 0.949, green: 0.514, blue: 0.675)
/* Android */
Color.parseColor("#f283ac")Accessibility — WCAG contrast
Aa
#f283ac on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f283ac on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green51.4%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta45.9%
Yellow28.9%
Key (black)5.1%
Color previews
#f283ac text on a black background
contrast 8.62:1
Card sample
#f283ac text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f283ac;
Background color
Panel with #f283ac background
background-color: #f283ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f283ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 131, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 131, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f283ac; background: linear-gradient(135deg, #f283ac, #F2A483);