#f6afab
a light, electric red · warm · closest name: pink
RGB
246, 175, 171
HSL
3°, 81%, 82%
CMYK
0, 29, 31, 4
Luminance
0.5319
Every format
| HEX | #f6afab |
| RGB | rgb(246, 175, 171) |
| HSL | hsl(3, 81%, 82%) |
| CMYK | cmyk(0%, 29%, 31%, 4%) |
| LAB | lab(78.0 25.4 12.4) |
| LCH | lch(78.0 28.3 26.1) |
| OKLCH | oklch(0.820 0.084 22.7) |
Copy-ready code
/* CSS */
color: #f6afab;
background-color: #f6afab;
/* Tailwind (arbitrary) */
class="text-[#f6afab] bg-[#f6afab]"
/* SCSS */
$brand: #f6afab;
/* SwiftUI */
Color(red: 0.965, green: 0.686, blue: 0.671)
/* Android */
Color.parseColor("#f6afab")Accessibility — WCAG contrast
Aa
#f6afab on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6afab on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green68.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta28.9%
Yellow30.5%
Key (black)3.5%
Color previews
#f6afab text on a black background
contrast 11.64:1
Card sample
#f6afab text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6afab;
Background color
Panel with #f6afab background
background-color: #f6afab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6afab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 175, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 175, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6afab; background: linear-gradient(135deg, #f6afab, #F6E1AB);