#f0aeaf
a light, vivid red · warm · closest name: pink
RGB
240, 174, 175
HSL
359°, 69%, 81%
CMYK
0, 28, 27, 6
Luminance
0.5189
Every format
| HEX | #f0aeaf |
| RGB | rgb(240, 174, 175) |
| HSL | hsl(359, 69%, 81%) |
| CMYK | cmyk(0%, 28%, 27%, 6%) |
| LAB | lab(77.2 24.3 9.1) |
| LCH | lch(77.2 25.9 20.5) |
| OKLCH | oklch(0.813 0.078 17.9) |
Copy-ready code
/* CSS */
color: #f0aeaf;
background-color: #f0aeaf;
/* Tailwind (arbitrary) */
class="text-[#f0aeaf] bg-[#f0aeaf]"
/* SCSS */
$brand: #f0aeaf;
/* SwiftUI */
Color(red: 0.941, green: 0.682, blue: 0.686)
/* Android */
Color.parseColor("#f0aeaf")Accessibility — WCAG contrast
Aa
#f0aeaf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0aeaf on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green68.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta27.5%
Yellow27.1%
Key (black)5.9%
Color previews
#f0aeaf text on a black background
contrast 11.38:1
Card sample
#f0aeaf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0aeaf;
Background color
Panel with #f0aeaf background
background-color: #f0aeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0aeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 174, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 174, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0aeaf; background: linear-gradient(135deg, #f0aeaf, #F0D9AE);