#f8c2bb
a pale, electric red · warm · closest name: pink
RGB
248, 194, 187
HSL
7°, 81%, 85%
CMYK
0, 22, 25, 3
Luminance
0.6213
Every format
| HEX | #f8c2bb |
| RGB | rgb(248, 194, 187) |
| HSL | hsl(7, 81%, 85%) |
| CMYK | cmyk(0%, 22%, 25%, 3%) |
| LAB | lab(83.0 18.3 10.9) |
| LCH | lch(83.0 21.3 30.9) |
| OKLCH | oklch(0.860 0.063 26.9) |
Copy-ready code
/* CSS */
color: #f8c2bb;
background-color: #f8c2bb;
/* Tailwind (arbitrary) */
class="text-[#f8c2bb] bg-[#f8c2bb]"
/* SCSS */
$brand: #f8c2bb;
/* SwiftUI */
Color(red: 0.973, green: 0.761, blue: 0.733)
/* Android */
Color.parseColor("#f8c2bb")Accessibility — WCAG contrast
Aa
#f8c2bb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8c2bb on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green76.1%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta21.8%
Yellow24.6%
Key (black)2.7%
Color previews
#f8c2bb text on a black background
contrast 13.43:1
Card sample
#f8c2bb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8c2bb;
Background color
Panel with #f8c2bb background
background-color: #f8c2bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8c2bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 194, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 194, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8c2bb; background: linear-gradient(135deg, #f8c2bb, #F8EBBB);