#ffada0
a light, electric red · warm · closest name: pink
RGB
255, 173, 160
HSL
8°, 100%, 81%
CMYK
0, 32, 37, 0
Luminance
0.5369
Every format
| HEX | #ffada0 |
| RGB | rgb(255, 173, 160) |
| HSL | hsl(8, 100%, 81%) |
| CMYK | cmyk(0%, 32%, 37%, 0%) |
| LAB | lab(78.3 28.5 18.9) |
| LCH | lch(78.3 34.2 33.6) |
| OKLCH | oklch(0.824 0.099 29.3) |
Copy-ready code
/* CSS */
color: #ffada0;
background-color: #ffada0;
/* Tailwind (arbitrary) */
class="text-[#ffada0] bg-[#ffada0]"
/* SCSS */
$brand: #ffada0;
/* SwiftUI */
Color(red: 1.000, green: 0.678, blue: 0.627)
/* Android */
Color.parseColor("#ffada0")Accessibility — WCAG contrast
Aa
#ffada0 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffada0 on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.8%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta32.2%
Yellow37.3%
Key (black)0.0%
Color previews
#ffada0 text on a black background
contrast 11.74:1
Card sample
#ffada0 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffada0;
Background color
Panel with #ffada0 background
background-color: #ffada0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffada0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 173, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 173, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffada0; background: linear-gradient(135deg, #ffada0, #FFECA0);