#f280cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 128, 207
HSL
318°, 81%, 73%
CMYK
0, 47, 15, 5
Luminance
0.3882
Every format
| HEX | #f280cf |
| RGB | rgb(242, 128, 207) |
| HSL | hsl(318, 81%, 73%) |
| CMYK | cmyk(0%, 47%, 15%, 5%) |
| LAB | lab(68.6 53.4 -21.3) |
| LCH | lch(68.6 57.5 338.3) |
| OKLCH | oklch(0.751 0.167 340.1) |
Copy-ready code
/* CSS */
color: #f280cf;
background-color: #f280cf;
/* Tailwind (arbitrary) */
class="text-[#f280cf] bg-[#f280cf]"
/* SCSS */
$brand: #f280cf;
/* SwiftUI */
Color(red: 0.949, green: 0.502, blue: 0.812)
/* Android */
Color.parseColor("#f280cf")Accessibility — WCAG contrast
Aa
#f280cf on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f280cf on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green50.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta47.1%
Yellow14.5%
Key (black)5.1%
Color previews
#f280cf text on a black background
contrast 8.76:1
Card sample
#f280cf text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f280cf;
Background color
Panel with #f280cf background
background-color: #f280cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f280cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 128, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 128, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f280cf; background: linear-gradient(135deg, #f280cf, #F28083);