#ffb1a2
a light, electric red · warm · closest name: pink
RGB
255, 177, 162
HSL
10°, 100%, 82%
CMYK
0, 31, 37, 0
Luminance
0.5531
Every format
| HEX | #ffb1a2 |
| RGB | rgb(255, 177, 162) |
| HSL | hsl(10, 100%, 82%) |
| CMYK | cmyk(0%, 31%, 37%, 0%) |
| LAB | lab(79.2 26.6 19.2) |
| LCH | lch(79.2 32.8 35.7) |
| OKLCH | oklch(0.831 0.095 31.2) |
Copy-ready code
/* CSS */
color: #ffb1a2;
background-color: #ffb1a2;
/* Tailwind (arbitrary) */
class="text-[#ffb1a2] bg-[#ffb1a2]"
/* SCSS */
$brand: #ffb1a2;
/* SwiftUI */
Color(red: 1.000, green: 0.694, blue: 0.635)
/* Android */
Color.parseColor("#ffb1a2")Accessibility — WCAG contrast
Aa
#ffb1a2 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb1a2 on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.4%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow36.5%
Key (black)0.0%
Color previews
#ffb1a2 text on a black background
contrast 12.06:1
Card sample
#ffb1a2 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb1a2;
Background color
Panel with #ffb1a2 background
background-color: #ffb1a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb1a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 177, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 177, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb1a2; background: linear-gradient(135deg, #ffb1a2, #FFEFA2);