#f273a6
a light, electric magenta / pink · warm · closest name: plum
RGB
242, 115, 166
HSL
336°, 83%, 70%
CMYK
0, 53, 31, 5
Luminance
0.3389
Every format
| HEX | #f273a6 |
| RGB | rgb(242, 115, 166) |
| HSL | hsl(336, 83%, 70%) |
| CMYK | cmyk(0%, 53%, 31%, 5%) |
| LAB | lab(64.9 54.0 -3.8) |
| LCH | lch(64.9 54.1 356.0) |
| OKLCH | oklch(0.719 0.164 356.8) |
Copy-ready code
/* CSS */
color: #f273a6;
background-color: #f273a6;
/* Tailwind (arbitrary) */
class="text-[#f273a6] bg-[#f273a6]"
/* SCSS */
$brand: #f273a6;
/* SwiftUI */
Color(red: 0.949, green: 0.451, blue: 0.651)
/* Android */
Color.parseColor("#f273a6")Accessibility — WCAG contrast
Aa
#f273a6 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f273a6 on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green45.1%
Blue65.1%
CMYK percentages
Cyan0.0%
Magenta52.5%
Yellow31.4%
Key (black)5.1%
Color previews
#f273a6 text on a black background
contrast 7.78:1
Card sample
#f273a6 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f273a6;
Background color
Panel with #f273a6 background
background-color: #f273a6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f273a6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 115, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 115, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f273a6; background: linear-gradient(135deg, #f273a6, #F29573);