#f283cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 131, 207
HSL
319°, 81%, 73%
CMYK
0, 46, 15, 5
Luminance
0.3961
Every format
| HEX | #f283cf |
| RGB | rgb(242, 131, 207) |
| HSL | hsl(319, 81%, 73%) |
| CMYK | cmyk(0%, 46%, 15%, 5%) |
| LAB | lab(69.2 51.9 -20.4) |
| LCH | lch(69.2 55.8 338.6) |
| OKLCH | oklch(0.755 0.162 340.4) |
Copy-ready code
/* CSS */
color: #f283cf;
background-color: #f283cf;
/* Tailwind (arbitrary) */
class="text-[#f283cf] bg-[#f283cf]"
/* SCSS */
$brand: #f283cf;
/* SwiftUI */
Color(red: 0.949, green: 0.514, blue: 0.812)
/* Android */
Color.parseColor("#f283cf")Accessibility — WCAG contrast
Aa
#f283cf on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f283cf on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green51.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta45.9%
Yellow14.5%
Key (black)5.1%
Color previews
#f283cf text on a black background
contrast 8.92:1
Card sample
#f283cf text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f283cf;
Background color
Panel with #f283cf background
background-color: #f283cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f283cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 131, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 131, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f283cf; background: linear-gradient(135deg, #f283cf, #F28385);