#f8b4ad
a light, electric red · warm · closest name: pink
RGB
248, 180, 173
HSL
6°, 84%, 83%
CMYK
0, 27, 30, 3
Luminance
0.5562
Every format
| HEX | #f8b4ad |
| RGB | rgb(248, 180, 173) |
| HSL | hsl(6, 84%, 83%) |
| CMYK | cmyk(0%, 27%, 30%, 3%) |
| LAB | lab(79.4 23.8 13.4) |
| LCH | lch(79.4 27.3 29.3) |
| OKLCH | oklch(0.831 0.081 25.6) |
Copy-ready code
/* CSS */
color: #f8b4ad;
background-color: #f8b4ad;
/* Tailwind (arbitrary) */
class="text-[#f8b4ad] bg-[#f8b4ad]"
/* SCSS */
$brand: #f8b4ad;
/* SwiftUI */
Color(red: 0.973, green: 0.706, blue: 0.678)
/* Android */
Color.parseColor("#f8b4ad")Accessibility — WCAG contrast
Aa
#f8b4ad on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8b4ad on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green70.6%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta27.4%
Yellow30.2%
Key (black)2.7%
Color previews
#f8b4ad text on a black background
contrast 12.12:1
Card sample
#f8b4ad text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8b4ad;
Background color
Panel with #f8b4ad background
background-color: #f8b4ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8b4ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 180, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 180, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8b4ad; background: linear-gradient(135deg, #f8b4ad, #F8E6AD);