#f8baba
a pale, electric red · warm · closest name: pink
RGB
248, 186, 186
HSL
0°, 82%, 85%
CMYK
0, 25, 25, 3
Luminance
0.5862
Every format
| HEX | #f8baba |
| RGB | rgb(248, 186, 186) |
| HSL | hsl(0, 82%, 85%) |
| CMYK | cmyk(0%, 25%, 25%, 3%) |
| LAB | lab(81.1 22.4 8.8) |
| LCH | lch(81.1 24.0 21.4) |
| OKLCH | oklch(0.845 0.072 18.7) |
Copy-ready code
/* CSS */
color: #f8baba;
background-color: #f8baba;
/* Tailwind (arbitrary) */
class="text-[#f8baba] bg-[#f8baba]"
/* SCSS */
$brand: #f8baba;
/* SwiftUI */
Color(red: 0.973, green: 0.729, blue: 0.729)
/* Android */
Color.parseColor("#f8baba")Accessibility — WCAG contrast
Aa
#f8baba on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8baba on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green72.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow25.0%
Key (black)2.7%
Color previews
#f8baba text on a black background
contrast 12.72:1
Card sample
#f8baba text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8baba;
Background color
Panel with #f8baba background
background-color: #f8baba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8baba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 186, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 186, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8baba; background: linear-gradient(135deg, #f8baba, #F8E3BA);