#f285cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 133, 207
HSL
319°, 81%, 74%
CMYK
0, 45, 15, 5
Luminance
0.4016
Every format
| HEX | #f285cf |
| RGB | rgb(242, 133, 207) |
| HSL | hsl(319, 81%, 74%) |
| CMYK | cmyk(0%, 45%, 15%, 5%) |
| LAB | lab(69.6 50.9 -19.8) |
| LCH | lch(69.6 54.7 338.7) |
| OKLCH | oklch(0.758 0.159 340.6) |
Copy-ready code
/* CSS */
color: #f285cf;
background-color: #f285cf;
/* Tailwind (arbitrary) */
class="text-[#f285cf] bg-[#f285cf]"
/* SCSS */
$brand: #f285cf;
/* SwiftUI */
Color(red: 0.949, green: 0.522, blue: 0.812)
/* Android */
Color.parseColor("#f285cf")Accessibility — WCAG contrast
Aa
#f285cf on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f285cf on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green52.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta45.0%
Yellow14.5%
Key (black)5.1%
Color previews
#f285cf text on a black background
contrast 9.03:1
Card sample
#f285cf text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f285cf;
Background color
Panel with #f285cf background
background-color: #f285cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f285cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 133, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 133, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f285cf; background: linear-gradient(135deg, #f285cf, #F28586);