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