#f263cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 99, 207
HSL
315°, 85%, 67%
CMYK
0, 59, 15, 5
Luminance
0.3231
Every format
| HEX | #f263cf |
| RGB | rgb(242, 99, 207) |
| HSL | hsl(315, 85%, 67%) |
| CMYK | cmyk(0%, 59%, 15%, 5%) |
| LAB | lab(63.6 66.7 -29.0) |
| LCH | lch(63.6 72.8 336.5) |
| OKLCH | oklch(0.714 0.211 338.3) |
Copy-ready code
/* CSS */
color: #f263cf;
background-color: #f263cf;
/* Tailwind (arbitrary) */
class="text-[#f263cf] bg-[#f263cf]"
/* SCSS */
$brand: #f263cf;
/* SwiftUI */
Color(red: 0.949, green: 0.388, blue: 0.812)
/* Android */
Color.parseColor("#f263cf")Accessibility — WCAG contrast
Aa
#f263cf on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f263cf on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green38.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta59.1%
Yellow14.5%
Key (black)5.1%
Color previews
#f263cf text on a black background
contrast 7.46:1
Card sample
#f263cf text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f263cf;
Background color
Panel with #f263cf background
background-color: #f263cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f263cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 99, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 99, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f263cf; background: linear-gradient(135deg, #f263cf, #F26370);