#f95acf
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 90, 207
HSL
316°, 93%, 67%
CMYK
0, 64, 17, 2
Luminance
0.3196
Every format
| HEX | #f95acf |
| RGB | rgb(249, 90, 207) |
| HSL | hsl(316, 93%, 67%) |
| CMYK | cmyk(0%, 64%, 17%, 2%) |
| LAB | lab(63.3 72.2 -29.3) |
| LCH | lch(63.3 78.0 337.9) |
| OKLCH | oklch(0.714 0.228 339.8) |
Copy-ready code
/* CSS */
color: #f95acf;
background-color: #f95acf;
/* Tailwind (arbitrary) */
class="text-[#f95acf] bg-[#f95acf]"
/* SCSS */
$brand: #f95acf;
/* SwiftUI */
Color(red: 0.976, green: 0.353, blue: 0.812)
/* Android */
Color.parseColor("#f95acf")Accessibility — WCAG contrast
Aa
#f95acf on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f95acf on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green35.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta63.9%
Yellow16.9%
Key (black)2.4%
Color previews
#f95acf text on a black background
contrast 7.39:1
Card sample
#f95acf text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f95acf;
Background color
Panel with #f95acf background
background-color: #f95acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f95acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 90, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 90, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f95acf; background: linear-gradient(135deg, #f95acf, #F95A65);