#f273da
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 115, 218
HSL
311°, 83%, 70%
CMYK
0, 53, 10, 5
Luminance
0.3620
Every format
| HEX | #f273da |
| RGB | rgb(242, 115, 218) |
| HSL | hsl(311, 83%, 70%) |
| CMYK | cmyk(0%, 53%, 10%, 5%) |
| LAB | lab(66.7 61.3 -30.4) |
| LCH | lch(66.7 68.4 333.6) |
| OKLCH | oklch(0.738 0.196 335.1) |
Copy-ready code
/* CSS */
color: #f273da;
background-color: #f273da;
/* Tailwind (arbitrary) */
class="text-[#f273da] bg-[#f273da]"
/* SCSS */
$brand: #f273da;
/* SwiftUI */
Color(red: 0.949, green: 0.451, blue: 0.855)
/* Android */
Color.parseColor("#f273da")Accessibility — WCAG contrast
Aa
#f273da on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f273da on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green45.1%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta52.5%
Yellow9.9%
Key (black)5.1%
Color previews
#f273da text on a black background
contrast 8.24:1
Card sample
#f273da text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f273da;
Background color
Panel with #f273da background
background-color: #f273da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f273da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 115, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 115, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f273da; background: linear-gradient(135deg, #f273da, #F27385);