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