#f2aeba
a light, vivid red · warm · closest name: pink
RGB
242, 174, 186
HSL
349°, 72%, 82%
CMYK
0, 28, 23, 5
Luminance
0.5269
Every format
| HEX | #f2aeba |
| RGB | rgb(242, 174, 186) |
| HSL | hsl(349, 72%, 82%) |
| CMYK | cmyk(0%, 28%, 23%, 5%) |
| LAB | lab(77.7 26.5 3.8) |
| LCH | lch(77.7 26.8 8.2) |
| OKLCH | oklch(0.818 0.081 7.3) |
Copy-ready code
/* CSS */
color: #f2aeba;
background-color: #f2aeba;
/* Tailwind (arbitrary) */
class="text-[#f2aeba] bg-[#f2aeba]"
/* SCSS */
$brand: #f2aeba;
/* SwiftUI */
Color(red: 0.949, green: 0.682, blue: 0.729)
/* Android */
Color.parseColor("#f2aeba")Accessibility — WCAG contrast
Aa
#f2aeba on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2aeba on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green68.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta28.1%
Yellow23.1%
Key (black)5.1%
Color previews
#f2aeba text on a black background
contrast 11.54:1
Card sample
#f2aeba text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2aeba;
Background color
Panel with #f2aeba background
background-color: #f2aeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2aeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 174, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 174, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2aeba; background: linear-gradient(135deg, #f2aeba, #F2CFAE);