#f7baba
a light, electric red · warm · closest name: pink
RGB
247, 186, 186
HSL
0°, 79%, 85%
CMYK
0, 25, 25, 3
Luminance
0.5844
Every format
| HEX | #f7baba |
| RGB | rgb(247, 186, 186) |
| HSL | hsl(0, 79%, 85%) |
| CMYK | cmyk(0%, 25%, 25%, 3%) |
| LAB | lab(81.0 22.0 8.6) |
| LCH | lch(81.0 23.6 21.4) |
| OKLCH | oklch(0.844 0.071 18.7) |
Copy-ready code
/* CSS */
color: #f7baba;
background-color: #f7baba;
/* Tailwind (arbitrary) */
class="text-[#f7baba] bg-[#f7baba]"
/* SCSS */
$brand: #f7baba;
/* SwiftUI */
Color(red: 0.969, green: 0.729, blue: 0.729)
/* Android */
Color.parseColor("#f7baba")Accessibility — WCAG contrast
Aa
#f7baba on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7baba on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green72.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow24.7%
Key (black)3.1%
Color previews
#f7baba text on a black background
contrast 12.69:1
Card sample
#f7baba text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7baba;
Background color
Panel with #f7baba background
background-color: #f7baba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7baba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 186, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 186, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7baba; background: linear-gradient(135deg, #f7baba, #F7E3BA);