#f263cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 99, 205
HSL
316°, 85%, 67%
CMYK
0, 59, 15, 5
Luminance
0.3221
Every format
| HEX | #f263cd |
| RGB | rgb(242, 99, 205) |
| HSL | hsl(316, 85%, 67%) |
| CMYK | cmyk(0%, 59%, 15%, 5%) |
| LAB | lab(63.5 66.5 -28.0) |
| LCH | lch(63.5 72.1 337.2) |
| OKLCH | oklch(0.713 0.210 339.0) |
Copy-ready code
/* CSS */
color: #f263cd;
background-color: #f263cd;
/* Tailwind (arbitrary) */
class="text-[#f263cd] bg-[#f263cd]"
/* SCSS */
$brand: #f263cd;
/* SwiftUI */
Color(red: 0.949, green: 0.388, blue: 0.804)
/* Android */
Color.parseColor("#f263cd")Accessibility — WCAG contrast
Aa
#f263cd on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f263cd on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green38.8%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta59.1%
Yellow15.3%
Key (black)5.1%
Color previews
#f263cd text on a black background
contrast 7.44:1
Card sample
#f263cd text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f263cd;
Background color
Panel with #f263cd background
background-color: #f263cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f263cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 99, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 99, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f263cd; background: linear-gradient(135deg, #f263cd, #F2636E);