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