#f273cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 115, 205
HSL
318°, 83%, 70%
CMYK
0, 53, 15, 5
Luminance
0.3555
Every format
| HEX | #f273cd |
| RGB | rgb(242, 115, 205) |
| HSL | hsl(318, 83%, 70%) |
| CMYK | cmyk(0%, 53%, 15%, 5%) |
| LAB | lab(66.2 59.3 -23.9) |
| LCH | lch(66.2 64.0 338.1) |
| OKLCH | oklch(0.733 0.186 339.9) |
Copy-ready code
/* CSS */
color: #f273cd;
background-color: #f273cd;
/* Tailwind (arbitrary) */
class="text-[#f273cd] bg-[#f273cd]"
/* SCSS */
$brand: #f273cd;
/* SwiftUI */
Color(red: 0.949, green: 0.451, blue: 0.804)
/* Android */
Color.parseColor("#f273cd")Accessibility — WCAG contrast
Aa
#f273cd on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f273cd on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green45.1%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta52.5%
Yellow15.3%
Key (black)5.1%
Color previews
#f273cd text on a black background
contrast 8.11:1
Card sample
#f273cd text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f273cd;
Background color
Panel with #f273cd background
background-color: #f273cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f273cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 115, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 115, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f273cd; background: linear-gradient(135deg, #f273cd, #F27378);