#ffa7b4
a light, electric red · warm · closest name: pink
RGB
255, 167, 180
HSL
351°, 100%, 83%
CMYK
0, 35, 29, 0
Luminance
0.5219
Every format
| HEX | #ffa7b4 |
| RGB | rgb(255, 167, 180) |
| HSL | hsl(351, 100%, 83%) |
| CMYK | cmyk(0%, 35%, 29%, 0%) |
| LAB | lab(77.4 34.1 6.8) |
| LCH | lch(77.4 34.7 11.3) |
| OKLCH | oklch(0.818 0.105 10.0) |
Copy-ready code
/* CSS */
color: #ffa7b4;
background-color: #ffa7b4;
/* Tailwind (arbitrary) */
class="text-[#ffa7b4] bg-[#ffa7b4]"
/* SCSS */
$brand: #ffa7b4;
/* SwiftUI */
Color(red: 1.000, green: 0.655, blue: 0.706)
/* Android */
Color.parseColor("#ffa7b4")Accessibility — WCAG contrast
Aa
#ffa7b4 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa7b4 on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green65.5%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta34.5%
Yellow29.4%
Key (black)0.0%
Color previews
#ffa7b4 text on a black background
contrast 11.44:1
Card sample
#ffa7b4 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa7b4;
Background color
Panel with #ffa7b4 background
background-color: #ffa7b4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa7b4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 167, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 167, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa7b4; background: linear-gradient(135deg, #ffa7b4, #FFD5A7);