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