#fba0cd
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 160, 205
HSL
330°, 92%, 81%
CMYK
0, 36, 18, 2
Luminance
0.5006
Every format
| HEX | #fba0cd |
| RGB | rgb(251, 160, 205) |
| HSL | hsl(330, 92%, 81%) |
| CMYK | cmyk(0%, 36%, 18%, 2%) |
| LAB | lab(76.1 39.8 -8.8) |
| LCH | lch(76.1 40.8 347.5) |
| OKLCH | oklch(0.810 0.121 349.1) |
Copy-ready code
/* CSS */
color: #fba0cd;
background-color: #fba0cd;
/* Tailwind (arbitrary) */
class="text-[#fba0cd] bg-[#fba0cd]"
/* SCSS */
$brand: #fba0cd;
/* SwiftUI */
Color(red: 0.984, green: 0.627, blue: 0.804)
/* Android */
Color.parseColor("#fba0cd")Accessibility — WCAG contrast
Aa
#fba0cd on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba0cd on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green62.7%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta36.3%
Yellow18.3%
Key (black)1.6%
Color previews
#fba0cd text on a black background
contrast 11.01:1
Card sample
#fba0cd text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba0cd;
Background color
Panel with #fba0cd background
background-color: #fba0cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba0cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 160, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 160, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba0cd; background: linear-gradient(135deg, #fba0cd, #FBB0A0);