#ffaccb
a light, electric magenta / pink · warm · closest name: pink
RGB
255, 172, 203
HSL
338°, 100%, 84%
CMYK
0, 33, 20, 0
Luminance
0.5508
Every format
| HEX | #ffaccb |
| RGB | rgb(255, 172, 203) |
| HSL | hsl(338, 100%, 84%) |
| CMYK | cmyk(0%, 33%, 20%, 0%) |
| LAB | lab(79.1 34.6 -3.2) |
| LCH | lch(79.1 34.8 354.7) |
| OKLCH | oklch(0.833 0.104 355.5) |
Copy-ready code
/* CSS */
color: #ffaccb;
background-color: #ffaccb;
/* Tailwind (arbitrary) */
class="text-[#ffaccb] bg-[#ffaccb]"
/* SCSS */
$brand: #ffaccb;
/* SwiftUI */
Color(red: 1.000, green: 0.675, blue: 0.796)
/* Android */
Color.parseColor("#ffaccb")Accessibility — WCAG contrast
Aa
#ffaccb on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaccb on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow20.4%
Key (black)0.0%
Color previews
#ffaccb text on a black background
contrast 12.02:1
Card sample
#ffaccb text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaccb;
Background color
Panel with #ffaccb background
background-color: #ffaccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 172, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 172, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaccb; background: linear-gradient(135deg, #ffaccb, #FFC4AC);