#f995af
a light, electric magenta / pink · warm · closest name: pink
RGB
249, 149, 175
HSL
344°, 89%, 78%
CMYK
0, 40, 30, 2
Luminance
0.4473
Every format
| HEX | #f995af |
| RGB | rgb(249, 149, 175) |
| HSL | hsl(344, 89%, 78%) |
| CMYK | cmyk(0%, 40%, 30%, 2%) |
| LAB | lab(72.7 40.6 2.7) |
| LCH | lch(72.7 40.7 3.8) |
| OKLCH | oklch(0.781 0.123 3.6) |
Copy-ready code
/* CSS */
color: #f995af;
background-color: #f995af;
/* Tailwind (arbitrary) */
class="text-[#f995af] bg-[#f995af]"
/* SCSS */
$brand: #f995af;
/* SwiftUI */
Color(red: 0.976, green: 0.584, blue: 0.686)
/* Android */
Color.parseColor("#f995af")Accessibility — WCAG contrast
Aa
#f995af on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f995af on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green58.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta40.2%
Yellow29.7%
Key (black)2.4%
Color previews
#f995af text on a black background
contrast 9.95:1
Card sample
#f995af text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f995af;
Background color
Panel with #f995af background
background-color: #f995af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f995af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 149, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 149, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f995af; background: linear-gradient(135deg, #f995af, #F9BE95);