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