#f2abaf
a light, vivid red · warm · closest name: pink
RGB
242, 171, 175
HSL
357°, 73%, 81%
CMYK
0, 29, 28, 5
Luminance
0.5110
Every format
| HEX | #f2abaf |
| RGB | rgb(242, 171, 175) |
| HSL | hsl(357, 73%, 81%) |
| CMYK | cmyk(0%, 29%, 28%, 5%) |
| LAB | lab(76.7 26.6 8.4) |
| LCH | lch(76.7 27.9 17.6) |
| OKLCH | oklch(0.810 0.084 15.4) |
Copy-ready code
/* CSS */
color: #f2abaf;
background-color: #f2abaf;
/* Tailwind (arbitrary) */
class="text-[#f2abaf] bg-[#f2abaf]"
/* SCSS */
$brand: #f2abaf;
/* SwiftUI */
Color(red: 0.949, green: 0.671, blue: 0.686)
/* Android */
Color.parseColor("#f2abaf")Accessibility — WCAG contrast
Aa
#f2abaf on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2abaf on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green67.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta29.3%
Yellow27.7%
Key (black)5.1%
Color previews
#f2abaf text on a black background
contrast 11.22:1
Card sample
#f2abaf text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2abaf;
Background color
Panel with #f2abaf background
background-color: #f2abaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2abaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 171, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 171, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2abaf; background: linear-gradient(135deg, #f2abaf, #F2D6AB);