#f96ace
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 106, 206
HSL
318°, 92%, 70%
CMYK
0, 57, 17, 2
Luminance
0.3490
Every format
| HEX | #f96ace |
| RGB | rgb(249, 106, 206) |
| HSL | hsl(318, 92%, 70%) |
| CMYK | cmyk(0%, 57%, 17%, 2%) |
| LAB | lab(65.7 65.5 -25.1) |
| LCH | lch(65.7 70.2 339.0) |
| OKLCH | oklch(0.731 0.206 340.9) |
Copy-ready code
/* CSS */
color: #f96ace;
background-color: #f96ace;
/* Tailwind (arbitrary) */
class="text-[#f96ace] bg-[#f96ace]"
/* SCSS */
$brand: #f96ace;
/* SwiftUI */
Color(red: 0.976, green: 0.416, blue: 0.808)
/* Android */
Color.parseColor("#f96ace")Accessibility — WCAG contrast
Aa
#f96ace on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f96ace on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green41.6%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta57.4%
Yellow17.3%
Key (black)2.4%
Color previews
#f96ace text on a black background
contrast 7.98:1
Card sample
#f96ace text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f96ace;
Background color
Panel with #f96ace background
background-color: #f96ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f96ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 106, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 106, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f96ace; background: linear-gradient(135deg, #f96ace, #F96A6F);