#f96cdb
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 108, 219
HSL
313°, 92%, 70%
CMYK
0, 57, 12, 2
Luminance
0.3598
Every format
| HEX | #f96cdb |
| RGB | rgb(249, 108, 219) |
| HSL | hsl(313, 92%, 70%) |
| CMYK | cmyk(0%, 57%, 12%, 2%) |
| LAB | lab(66.5 66.5 -31.1) |
| LCH | lch(66.5 73.5 334.9) |
| OKLCH | oklch(0.739 0.212 336.6) |
Copy-ready code
/* CSS */
color: #f96cdb;
background-color: #f96cdb;
/* Tailwind (arbitrary) */
class="text-[#f96cdb] bg-[#f96cdb]"
/* SCSS */
$brand: #f96cdb;
/* SwiftUI */
Color(red: 0.976, green: 0.424, blue: 0.859)
/* Android */
Color.parseColor("#f96cdb")Accessibility — WCAG contrast
Aa
#f96cdb on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f96cdb on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green42.4%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta56.6%
Yellow12.0%
Key (black)2.4%
Color previews
#f96cdb text on a black background
contrast 8.20:1
Card sample
#f96cdb text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f96cdb;
Background color
Panel with #f96cdb background
background-color: #f96cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f96cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 108, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 108, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f96cdb; background: linear-gradient(135deg, #f96cdb, #F96C7D);