#ffacbc
a light, electric red · warm · closest name: pink
RGB
255, 172, 188
HSL
348°, 100%, 84%
CMYK
0, 33, 26, 0
Luminance
0.5440
Every format
| HEX | #ffacbc |
| RGB | rgb(255, 172, 188) |
| HSL | hsl(348, 100%, 84%) |
| CMYK | cmyk(0%, 33%, 26%, 0%) |
| LAB | lab(78.7 32.5 4.3) |
| LCH | lch(78.7 32.8 7.6) |
| OKLCH | oklch(0.829 0.099 6.8) |
Copy-ready code
/* CSS */
color: #ffacbc;
background-color: #ffacbc;
/* Tailwind (arbitrary) */
class="text-[#ffacbc] bg-[#ffacbc]"
/* SCSS */
$brand: #ffacbc;
/* SwiftUI */
Color(red: 1.000, green: 0.675, blue: 0.737)
/* Android */
Color.parseColor("#ffacbc")Accessibility — WCAG contrast
Aa
#ffacbc on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffacbc on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow26.3%
Key (black)0.0%
Color previews
#ffacbc text on a black background
contrast 11.88:1
Card sample
#ffacbc text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffacbc;
Background color
Panel with #ffacbc background
background-color: #ffacbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffacbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 172, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 172, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffacbc; background: linear-gradient(135deg, #ffacbc, #FFD3AC);