#f863cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
248, 99, 205
HSL
317°, 91%, 68%
CMYK
0, 60, 17, 3
Luminance
0.3329
Every format
| HEX | #f863cd |
| RGB | rgb(248, 99, 205) |
| HSL | hsl(317, 91%, 68%) |
| CMYK | cmyk(0%, 60%, 17%, 3%) |
| LAB | lab(64.4 68.1 -26.5) |
| LCH | lch(64.4 73.1 338.7) |
| OKLCH | oklch(0.721 0.214 340.6) |
Copy-ready code
/* CSS */
color: #f863cd;
background-color: #f863cd;
/* Tailwind (arbitrary) */
class="text-[#f863cd] bg-[#f863cd]"
/* SCSS */
$brand: #f863cd;
/* SwiftUI */
Color(red: 0.973, green: 0.388, blue: 0.804)
/* Android */
Color.parseColor("#f863cd")Accessibility — WCAG contrast
Aa
#f863cd on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f863cd on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green38.8%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta60.1%
Yellow17.3%
Key (black)2.7%
Color previews
#f863cd text on a black background
contrast 7.66:1
Card sample
#f863cd text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f863cd;
Background color
Panel with #f863cd background
background-color: #f863cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f863cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 99, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 99, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f863cd; background: linear-gradient(135deg, #f863cd, #F8636A);