#f6aeaf
a light, electric red · warm · closest name: pink
RGB
246, 174, 175
HSL
359°, 80%, 82%
CMYK
0, 29, 29, 4
Luminance
0.5296
Every format
| HEX | #f6aeaf |
| RGB | rgb(246, 174, 175) |
| HSL | hsl(359, 80%, 82%) |
| CMYK | cmyk(0%, 29%, 29%, 4%) |
| LAB | lab(77.8 26.5 10.1) |
| LCH | lch(77.8 28.3 20.8) |
| OKLCH | oklch(0.819 0.085 18.1) |
Copy-ready code
/* CSS */
color: #f6aeaf;
background-color: #f6aeaf;
/* Tailwind (arbitrary) */
class="text-[#f6aeaf] bg-[#f6aeaf]"
/* SCSS */
$brand: #f6aeaf;
/* SwiftUI */
Color(red: 0.965, green: 0.682, blue: 0.686)
/* Android */
Color.parseColor("#f6aeaf")Accessibility — WCAG contrast
Aa
#f6aeaf on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6aeaf on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green68.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta29.3%
Yellow28.9%
Key (black)3.5%
Color previews
#f6aeaf text on a black background
contrast 11.59:1
Card sample
#f6aeaf text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6aeaf;
Background color
Panel with #f6aeaf background
background-color: #f6aeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6aeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 174, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 174, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6aeaf; background: linear-gradient(135deg, #f6aeaf, #F6DDAE);