#ffaf9c
a light, electric red · warm · closest name: pink
RGB
255, 175, 156
HSL
12°, 100%, 81%
CMYK
0, 31, 39, 0
Luminance
0.5432
Every format
| HEX | #ffaf9c |
| RGB | rgb(255, 175, 156) |
| HSL | hsl(12, 100%, 81%) |
| CMYK | cmyk(0%, 31%, 39%, 0%) |
| LAB | lab(78.7 27.0 21.6) |
| LCH | lch(78.7 34.6 38.7) |
| OKLCH | oklch(0.826 0.098 33.9) |
Copy-ready code
/* CSS */
color: #ffaf9c;
background-color: #ffaf9c;
/* Tailwind (arbitrary) */
class="text-[#ffaf9c] bg-[#ffaf9c]"
/* SCSS */
$brand: #ffaf9c;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.612)
/* Android */
Color.parseColor("#ffaf9c")Accessibility — WCAG contrast
Aa
#ffaf9c on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaf9c on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow38.8%
Key (black)0.0%
Color previews
#ffaf9c text on a black background
contrast 11.86:1
Card sample
#ffaf9c text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaf9c;
Background color
Panel with #ffaf9c background
background-color: #ffaf9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaf9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaf9c; background: linear-gradient(135deg, #ffaf9c, #FFF19C);