#f075a3
a light, electric magenta / pink · warm · closest name: plum
RGB
240, 117, 163
HSL
338°, 80%, 70%
CMYK
0, 51, 32, 6
Luminance
0.3389
Every format
| HEX | #f075a3 |
| RGB | rgb(240, 117, 163) |
| HSL | hsl(338, 80%, 70%) |
| CMYK | cmyk(0%, 51%, 32%, 6%) |
| LAB | lab(64.9 52.0 -2.1) |
| LCH | lch(64.9 52.1 357.7) |
| OKLCH | oklch(0.718 0.158 358.2) |
Copy-ready code
/* CSS */
color: #f075a3;
background-color: #f075a3;
/* Tailwind (arbitrary) */
class="text-[#f075a3] bg-[#f075a3]"
/* SCSS */
$brand: #f075a3;
/* SwiftUI */
Color(red: 0.941, green: 0.459, blue: 0.639)
/* Android */
Color.parseColor("#f075a3")Accessibility — WCAG contrast
Aa
#f075a3 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f075a3 on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green45.9%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta51.3%
Yellow32.1%
Key (black)5.9%
Color previews
#f075a3 text on a black background
contrast 7.78:1
Card sample
#f075a3 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f075a3;
Background color
Panel with #f075a3 background
background-color: #f075a3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f075a3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 117, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 117, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f075a3; background: linear-gradient(135deg, #f075a3, #F09975);