#ffaead
a light, electric red · warm · closest name: pink
RGB
255, 174, 173
HSL
1°, 100%, 84%
CMYK
0, 32, 32, 0
Luminance
0.5455
Every format
| HEX | #ffaead |
| RGB | rgb(255, 174, 173) |
| HSL | hsl(1, 100%, 84%) |
| CMYK | cmyk(0%, 32%, 32%, 0%) |
| LAB | lab(78.8 29.5 12.6) |
| LCH | lch(78.8 32.1 23.1) |
| OKLCH | oklch(0.828 0.096 20.1) |
Copy-ready code
/* CSS */
color: #ffaead;
background-color: #ffaead;
/* Tailwind (arbitrary) */
class="text-[#ffaead] bg-[#ffaead]"
/* SCSS */
$brand: #ffaead;
/* SwiftUI */
Color(red: 1.000, green: 0.682, blue: 0.678)
/* Android */
Color.parseColor("#ffaead")Accessibility — WCAG contrast
Aa
#ffaead on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaead on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.2%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta31.8%
Yellow32.2%
Key (black)0.0%
Color previews
#ffaead text on a black background
contrast 11.91:1
Card sample
#ffaead text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaead;
Background color
Panel with #ffaead background
background-color: #ffaead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 174, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 174, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaead; background: linear-gradient(135deg, #ffaead, #FFE5AD);