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