#f6ada7
a light, electric red · warm · closest name: pink
RGB
246, 173, 167
HSL
5°, 81%, 81%
CMYK
0, 30, 32, 4
Luminance
0.5227
Every format
| HEX | #f6ada7 |
| RGB | rgb(246, 173, 167) |
| HSL | hsl(5, 81%, 81%) |
| CMYK | cmyk(0%, 30%, 32%, 4%) |
| LAB | lab(77.4 26.0 13.8) |
| LCH | lch(77.4 29.4 28.0) |
| OKLCH | oklch(0.815 0.087 24.4) |
Copy-ready code
/* CSS */
color: #f6ada7;
background-color: #f6ada7;
/* Tailwind (arbitrary) */
class="text-[#f6ada7] bg-[#f6ada7]"
/* SCSS */
$brand: #f6ada7;
/* SwiftUI */
Color(red: 0.965, green: 0.678, blue: 0.655)
/* Android */
Color.parseColor("#f6ada7")Accessibility — WCAG contrast
Aa
#f6ada7 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6ada7 on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green67.8%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta29.7%
Yellow32.1%
Key (black)3.5%
Color previews
#f6ada7 text on a black background
contrast 11.45:1
Card sample
#f6ada7 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6ada7;
Background color
Panel with #f6ada7 background
background-color: #f6ada7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6ada7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 173, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 173, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6ada7; background: linear-gradient(135deg, #f6ada7, #F6E2A7);