#ffada5
a light, electric red · warm · closest name: pink
RGB
255, 173, 165
HSL
5°, 100%, 82%
CMYK
0, 32, 35, 0
Luminance
0.5386
Every format
| HEX | #ffada5 |
| RGB | rgb(255, 173, 165) |
| HSL | hsl(5, 100%, 82%) |
| CMYK | cmyk(0%, 32%, 35%, 0%) |
| LAB | lab(78.4 29.1 16.4) |
| LCH | lch(78.4 33.4 29.4) |
| OKLCH | oklch(0.825 0.098 25.5) |
Copy-ready code
/* CSS */
color: #ffada5;
background-color: #ffada5;
/* Tailwind (arbitrary) */
class="text-[#ffada5] bg-[#ffada5]"
/* SCSS */
$brand: #ffada5;
/* SwiftUI */
Color(red: 1.000, green: 0.678, blue: 0.647)
/* Android */
Color.parseColor("#ffada5")Accessibility — WCAG contrast
Aa
#ffada5 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffada5 on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.8%
Blue64.7%
CMYK percentages
Cyan0.0%
Magenta32.2%
Yellow35.3%
Key (black)0.0%
Color previews
#ffada5 text on a black background
contrast 11.77:1
Card sample
#ffada5 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffada5;
Background color
Panel with #ffada5 background
background-color: #ffada5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffada5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 173, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 173, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffada5; background: linear-gradient(135deg, #ffada5, #FFE9A5);