#f95dbf
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 93, 191
HSL
322°, 93%, 67%
CMYK
0, 63, 23, 2
Luminance
0.3173
Every format
| HEX | #f95dbf |
| RGB | rgb(249, 93, 191) |
| HSL | hsl(322, 93%, 67%) |
| CMYK | cmyk(0%, 63%, 23%, 2%) |
| LAB | lab(63.1 68.9 -20.6) |
| LCH | lch(63.1 71.9 343.4) |
| OKLCH | oklch(0.710 0.215 345.3) |
Copy-ready code
/* CSS */
color: #f95dbf;
background-color: #f95dbf;
/* Tailwind (arbitrary) */
class="text-[#f95dbf] bg-[#f95dbf]"
/* SCSS */
$brand: #f95dbf;
/* SwiftUI */
Color(red: 0.976, green: 0.365, blue: 0.749)
/* Android */
Color.parseColor("#f95dbf")Accessibility — WCAG contrast
Aa
#f95dbf on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f95dbf on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green36.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta62.7%
Yellow23.3%
Key (black)2.4%
Color previews
#f95dbf text on a black background
contrast 7.35:1
Card sample
#f95dbf text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f95dbf;
Background color
Panel with #f95dbf background
background-color: #f95dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f95dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 93, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 93, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f95dbf; background: linear-gradient(135deg, #f95dbf, #F9635D);