#ffafc2
a light, electric red · warm · closest name: pink
RGB
255, 175, 194
HSL
346°, 100%, 84%
CMYK
0, 31, 24, 0
Luminance
0.5581
Every format
| HEX | #ffafc2 |
| RGB | rgb(255, 175, 194) |
| HSL | hsl(346, 100%, 84%) |
| CMYK | cmyk(0%, 31%, 24%, 0%) |
| LAB | lab(79.5 31.8 2.3) |
| LCH | lch(79.5 31.9 4.1) |
| OKLCH | oklch(0.836 0.096 3.8) |
Copy-ready code
/* CSS */
color: #ffafc2;
background-color: #ffafc2;
/* Tailwind (arbitrary) */
class="text-[#ffafc2] bg-[#ffafc2]"
/* SCSS */
$brand: #ffafc2;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.761)
/* Android */
Color.parseColor("#ffafc2")Accessibility — WCAG contrast
Aa
#ffafc2 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffafc2 on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow23.9%
Key (black)0.0%
Color previews
#ffafc2 text on a black background
contrast 12.16:1
Card sample
#ffafc2 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffafc2;
Background color
Panel with #ffafc2 background
background-color: #ffafc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffafc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffafc2; background: linear-gradient(135deg, #ffafc2, #FFD1AF);