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