#fda8cb
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 168, 203
HSL
335°, 96%, 83%
CMYK
0, 34, 20, 1
Luminance
0.5320
Every format
| HEX | #fda8cb |
| RGB | rgb(253, 168, 203) |
| HSL | hsl(335, 96%, 83%) |
| CMYK | cmyk(0%, 34%, 20%, 1%) |
| LAB | lab(78.0 36.0 -4.9) |
| LCH | lch(78.0 36.4 352.3) |
| OKLCH | oklch(0.824 0.108 353.4) |
Copy-ready code
/* CSS */
color: #fda8cb;
background-color: #fda8cb;
/* Tailwind (arbitrary) */
class="text-[#fda8cb] bg-[#fda8cb]"
/* SCSS */
$brand: #fda8cb;
/* SwiftUI */
Color(red: 0.992, green: 0.659, blue: 0.796)
/* Android */
Color.parseColor("#fda8cb")Accessibility — WCAG contrast
Aa
#fda8cb on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda8cb on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green65.9%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta33.6%
Yellow19.8%
Key (black)0.8%
Color previews
#fda8cb text on a black background
contrast 11.64:1
Card sample
#fda8cb text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda8cb;
Background color
Panel with #fda8cb background
background-color: #fda8cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda8cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 168, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 168, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda8cb; background: linear-gradient(135deg, #fda8cb, #FDBDA8);