#fba8c8
a light, electric magenta / pink · warm · closest name: pink
RGB
251, 168, 200
HSL
337°, 91%, 82%
CMYK
0, 33, 20, 2
Luminance
0.5268
Every format
| HEX | #fba8c8 |
| RGB | rgb(251, 168, 200) |
| HSL | hsl(337, 91%, 82%) |
| CMYK | cmyk(0%, 33%, 20%, 2%) |
| LAB | lab(77.7 34.9 -3.7) |
| LCH | lch(77.7 35.1 353.9) |
| OKLCH | oklch(0.821 0.105 354.9) |
Copy-ready code
/* CSS */
color: #fba8c8;
background-color: #fba8c8;
/* Tailwind (arbitrary) */
class="text-[#fba8c8] bg-[#fba8c8]"
/* SCSS */
$brand: #fba8c8;
/* SwiftUI */
Color(red: 0.984, green: 0.659, blue: 0.784)
/* Android */
Color.parseColor("#fba8c8")Accessibility — WCAG contrast
Aa
#fba8c8 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba8c8 on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green65.9%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta33.1%
Yellow20.3%
Key (black)1.6%
Color previews
#fba8c8 text on a black background
contrast 11.54:1
Card sample
#fba8c8 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba8c8;
Background color
Panel with #fba8c8 background
background-color: #fba8c8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba8c8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 168, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 168, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba8c8; background: linear-gradient(135deg, #fba8c8, #FBC0A8);