#f8acad
a light, electric red · warm · closest name: pink
RGB
248, 172, 173
HSL
359°, 84%, 82%
CMYK
0, 31, 30, 3
Luminance
0.5248
Every format
| HEX | #f8acad |
| RGB | rgb(248, 172, 173) |
| HSL | hsl(359, 84%, 82%) |
| CMYK | cmyk(0%, 31%, 30%, 3%) |
| LAB | lab(77.6 28.0 10.8) |
| LCH | lch(77.6 30.0 21.0) |
| OKLCH | oklch(0.817 0.090 18.3) |
Copy-ready code
/* CSS */
color: #f8acad;
background-color: #f8acad;
/* Tailwind (arbitrary) */
class="text-[#f8acad] bg-[#f8acad]"
/* SCSS */
$brand: #f8acad;
/* SwiftUI */
Color(red: 0.973, green: 0.675, blue: 0.678)
/* Android */
Color.parseColor("#f8acad")Accessibility — WCAG contrast
Aa
#f8acad on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8acad on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green67.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow30.2%
Key (black)2.7%
Color previews
#f8acad text on a black background
contrast 11.50:1
Card sample
#f8acad text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8acad;
Background color
Panel with #f8acad background
background-color: #f8acad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8acad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 172, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 172, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8acad; background: linear-gradient(135deg, #f8acad, #F8DEAC);