#f995ac
a light, electric red · warm · closest name: pink
RGB
249, 149, 172
HSL
346°, 89%, 78%
CMYK
0, 40, 31, 2
Luminance
0.4461
Every format
| HEX | #f995ac |
| RGB | rgb(249, 149, 172) |
| HSL | hsl(346, 89%, 78%) |
| CMYK | cmyk(0%, 40%, 31%, 2%) |
| LAB | lab(72.6 40.2 4.3) |
| LCH | lch(72.6 40.5 6.1) |
| OKLCH | oklch(0.780 0.122 5.5) |
Copy-ready code
/* CSS */
color: #f995ac;
background-color: #f995ac;
/* Tailwind (arbitrary) */
class="text-[#f995ac] bg-[#f995ac]"
/* SCSS */
$brand: #f995ac;
/* SwiftUI */
Color(red: 0.976, green: 0.584, blue: 0.675)
/* Android */
Color.parseColor("#f995ac")Accessibility — WCAG contrast
Aa
#f995ac on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f995ac on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green58.4%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta40.2%
Yellow30.9%
Key (black)2.4%
Color previews
#f995ac text on a black background
contrast 9.92:1
Card sample
#f995ac text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f995ac;
Background color
Panel with #f995ac background
background-color: #f995ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f995ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 149, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 149, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f995ac; background: linear-gradient(135deg, #f995ac, #F9C195);