#fdaccb
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 172, 203
HSL
337°, 95%, 83%
CMYK
0, 32, 20, 1
Luminance
0.5470
Every format
| HEX | #fdaccb |
| RGB | rgb(253, 172, 203) |
| HSL | hsl(337, 95%, 83%) |
| CMYK | cmyk(0%, 32%, 20%, 1%) |
| LAB | lab(78.9 33.9 -3.6) |
| LCH | lch(78.9 34.1 354.0) |
| OKLCH | oklch(0.831 0.102 354.9) |
Copy-ready code
/* CSS */
color: #fdaccb;
background-color: #fdaccb;
/* Tailwind (arbitrary) */
class="text-[#fdaccb] bg-[#fdaccb]"
/* SCSS */
$brand: #fdaccb;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.796)
/* Android */
Color.parseColor("#fdaccb")Accessibility — WCAG contrast
Aa
#fdaccb on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaccb on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow19.8%
Key (black)0.8%
Color previews
#fdaccb text on a black background
contrast 11.94:1
Card sample
#fdaccb text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaccb;
Background color
Panel with #fdaccb background
background-color: #fdaccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaccb; background: linear-gradient(135deg, #fdaccb, #FDC3AC);