#f993ac
a light, electric red · warm · closest name: pink
RGB
249, 147, 172
HSL
345°, 90%, 78%
CMYK
0, 41, 31, 2
Luminance
0.4399
Every format
| HEX | #f993ac |
| RGB | rgb(249, 147, 172) |
| HSL | hsl(345, 90%, 78%) |
| CMYK | cmyk(0%, 41%, 31%, 2%) |
| LAB | lab(72.2 41.3 3.7) |
| LCH | lch(72.2 41.4 5.1) |
| OKLCH | oklch(0.776 0.125 4.6) |
Copy-ready code
/* CSS */
color: #f993ac;
background-color: #f993ac;
/* Tailwind (arbitrary) */
class="text-[#f993ac] bg-[#f993ac]"
/* SCSS */
$brand: #f993ac;
/* SwiftUI */
Color(red: 0.976, green: 0.576, blue: 0.675)
/* Android */
Color.parseColor("#f993ac")Accessibility — WCAG contrast
Aa
#f993ac on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f993ac on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green57.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta41.0%
Yellow30.9%
Key (black)2.4%
Color previews
#f993ac text on a black background
contrast 9.80:1
Card sample
#f993ac text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f993ac;
Background color
Panel with #f993ac background
background-color: #f993ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f993ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 147, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 147, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f993ac; background: linear-gradient(135deg, #f993ac, #F9BE93);