#f968cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 104, 205
HSL
318°, 92%, 69%
CMYK
0, 58, 18, 2
Luminance
0.3445
Every format
| HEX | #f968cd |
| RGB | rgb(249, 104, 205) |
| HSL | hsl(318, 92%, 69%) |
| CMYK | cmyk(0%, 58%, 18%, 2%) |
| LAB | lab(65.3 66.2 -25.1) |
| LCH | lch(65.3 70.8 339.2) |
| OKLCH | oklch(0.728 0.208 341.1) |
Copy-ready code
/* CSS */
color: #f968cd;
background-color: #f968cd;
/* Tailwind (arbitrary) */
class="text-[#f968cd] bg-[#f968cd]"
/* SCSS */
$brand: #f968cd;
/* SwiftUI */
Color(red: 0.976, green: 0.408, blue: 0.804)
/* Android */
Color.parseColor("#f968cd")Accessibility — WCAG contrast
Aa
#f968cd on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f968cd on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green40.8%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta58.2%
Yellow17.7%
Key (black)2.4%
Color previews
#f968cd text on a black background
contrast 7.89:1
Card sample
#f968cd text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f968cd;
Background color
Panel with #f968cd background
background-color: #f968cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f968cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 104, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 104, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f968cd; background: linear-gradient(135deg, #f968cd, #F9686C);