#f5ada0
a light, electric red · warm · closest name: pink
RGB
245, 173, 160
HSL
9°, 81%, 79%
CMYK
0, 29, 35, 4
Luminance
0.5184
Every format
| HEX | #f5ada0 |
| RGB | rgb(245, 173, 160) |
| HSL | hsl(9, 81%, 79%) |
| CMYK | cmyk(0%, 29%, 35%, 4%) |
| LAB | lab(77.2 24.7 17.2) |
| LCH | lch(77.2 30.1 34.9) |
| OKLCH | oklch(0.813 0.087 30.5) |
Copy-ready code
/* CSS */
color: #f5ada0;
background-color: #f5ada0;
/* Tailwind (arbitrary) */
class="text-[#f5ada0] bg-[#f5ada0]"
/* SCSS */
$brand: #f5ada0;
/* SwiftUI */
Color(red: 0.961, green: 0.678, blue: 0.627)
/* Android */
Color.parseColor("#f5ada0")Accessibility — WCAG contrast
Aa
#f5ada0 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5ada0 on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green67.8%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta29.4%
Yellow34.7%
Key (black)3.9%
Color previews
#f5ada0 text on a black background
contrast 11.37:1
Card sample
#f5ada0 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5ada0;
Background color
Panel with #f5ada0 background
background-color: #f5ada0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5ada0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 173, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 173, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5ada0; background: linear-gradient(135deg, #f5ada0, #F5E6A0);