#f0aeba
a light, vivid red · warm · closest name: pink
RGB
240, 174, 186
HSL
349°, 69%, 81%
CMYK
0, 28, 23, 6
Luminance
0.5234
Every format
| HEX | #f0aeba |
| RGB | rgb(240, 174, 186) |
| HSL | hsl(349, 69%, 81%) |
| CMYK | cmyk(0%, 28%, 23%, 6%) |
| LAB | lab(77.5 25.8 3.5) |
| LCH | lch(77.5 26.0 7.7) |
| OKLCH | oklch(0.816 0.079 6.9) |
Copy-ready code
/* CSS */
color: #f0aeba;
background-color: #f0aeba;
/* Tailwind (arbitrary) */
class="text-[#f0aeba] bg-[#f0aeba]"
/* SCSS */
$brand: #f0aeba;
/* SwiftUI */
Color(red: 0.941, green: 0.682, blue: 0.729)
/* Android */
Color.parseColor("#f0aeba")Accessibility — WCAG contrast
Aa
#f0aeba on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0aeba on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green68.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta27.5%
Yellow22.5%
Key (black)5.9%
Color previews
#f0aeba text on a black background
contrast 11.47:1
Card sample
#f0aeba text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0aeba;
Background color
Panel with #f0aeba background
background-color: #f0aeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0aeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 174, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 174, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0aeba; background: linear-gradient(135deg, #f0aeba, #F0CEAE);