#f273c8
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 115, 200
HSL
320°, 83%, 70%
CMYK
0, 53, 17, 5
Luminance
0.3531
Every format
| HEX | #f273c8 |
| RGB | rgb(242, 115, 200) |
| HSL | hsl(320, 83%, 70%) |
| CMYK | cmyk(0%, 53%, 17%, 5%) |
| LAB | lab(66.0 58.6 -21.4) |
| LCH | lch(66.0 62.4 340.0) |
| OKLCH | oklch(0.731 0.183 341.8) |
Copy-ready code
/* CSS */
color: #f273c8;
background-color: #f273c8;
/* Tailwind (arbitrary) */
class="text-[#f273c8] bg-[#f273c8]"
/* SCSS */
$brand: #f273c8;
/* SwiftUI */
Color(red: 0.949, green: 0.451, blue: 0.784)
/* Android */
Color.parseColor("#f273c8")Accessibility — WCAG contrast
Aa
#f273c8 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f273c8 on black: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green45.1%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta52.5%
Yellow17.4%
Key (black)5.1%
Color previews
#f273c8 text on a black background
contrast 8.06:1
Card sample
#f273c8 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f273c8;
Background color
Panel with #f273c8 background
background-color: #f273c8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f273c8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 115, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 115, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f273c8; background: linear-gradient(135deg, #f273c8, #F27373);