#faa8cb
a light, electric magenta / pink · warm · closest name: pink
RGB
250, 168, 203
HSL
334°, 89%, 82%
CMYK
0, 33, 19, 2
Luminance
0.5264
Every format
| HEX | #faa8cb |
| RGB | rgb(250, 168, 203) |
| HSL | hsl(334, 89%, 82%) |
| CMYK | cmyk(0%, 33%, 19%, 2%) |
| LAB | lab(77.7 35.0 -5.4) |
| LCH | lch(77.7 35.4 351.2) |
| OKLCH | oklch(0.821 0.105 352.4) |
Copy-ready code
/* CSS */
color: #faa8cb;
background-color: #faa8cb;
/* Tailwind (arbitrary) */
class="text-[#faa8cb] bg-[#faa8cb]"
/* SCSS */
$brand: #faa8cb;
/* SwiftUI */
Color(red: 0.980, green: 0.659, blue: 0.796)
/* Android */
Color.parseColor("#faa8cb")Accessibility — WCAG contrast
Aa
#faa8cb on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faa8cb on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green65.9%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta32.8%
Yellow18.8%
Key (black)2.0%
Color previews
#faa8cb text on a black background
contrast 11.53:1
Card sample
#faa8cb text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faa8cb;
Background color
Panel with #faa8cb background
background-color: #faa8cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faa8cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 168, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 168, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faa8cb; background: linear-gradient(135deg, #faa8cb, #FABCA8);