#ffacb7
a light, electric red · warm · closest name: pink
RGB
255, 172, 183
HSL
352°, 100%, 84%
CMYK
0, 33, 28, 0
Luminance
0.5418
Every format
| HEX | #ffacb7 |
| RGB | rgb(255, 172, 183) |
| HSL | hsl(352, 100%, 84%) |
| CMYK | cmyk(0%, 33%, 28%, 0%) |
| LAB | lab(78.6 31.8 6.9) |
| LCH | lch(78.6 32.6 12.2) |
| OKLCH | oklch(0.828 0.098 10.7) |
Copy-ready code
/* CSS */
color: #ffacb7;
background-color: #ffacb7;
/* Tailwind (arbitrary) */
class="text-[#ffacb7] bg-[#ffacb7]"
/* SCSS */
$brand: #ffacb7;
/* SwiftUI */
Color(red: 1.000, green: 0.675, blue: 0.718)
/* Android */
Color.parseColor("#ffacb7")Accessibility — WCAG contrast
Aa
#ffacb7 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffacb7 on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.5%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow28.2%
Key (black)0.0%
Color previews
#ffacb7 text on a black background
contrast 11.84:1
Card sample
#ffacb7 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffacb7;
Background color
Panel with #ffacb7 background
background-color: #ffacb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffacb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 172, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 172, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffacb7; background: linear-gradient(135deg, #ffacb7, #FFD8AC);