#fbc0f2
a pale, electric magenta / pink · warm · closest name: plum
RGB
251, 192, 242
HSL
309°, 88%, 87%
CMYK
0, 24, 4, 2
Luminance
0.6462
Every format
| HEX | #fbc0f2 |
| RGB | rgb(251, 192, 242) |
| HSL | hsl(309, 88%, 87%) |
| CMYK | cmyk(0%, 24%, 4%, 2%) |
| LAB | lab(84.3 29.1 -16.5) |
| LCH | lch(84.3 33.4 330.4) |
| OKLCH | oklch(0.876 0.093 331.6) |
Copy-ready code
/* CSS */
color: #fbc0f2;
background-color: #fbc0f2;
/* Tailwind (arbitrary) */
class="text-[#fbc0f2] bg-[#fbc0f2]"
/* SCSS */
$brand: #fbc0f2;
/* SwiftUI */
Color(red: 0.984, green: 0.753, blue: 0.949)
/* Android */
Color.parseColor("#fbc0f2")Accessibility — WCAG contrast
Aa
#fbc0f2 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc0f2 on black: 13.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green75.3%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow3.6%
Key (black)1.6%
Color previews
#fbc0f2 text on a black background
contrast 13.92:1
Card sample
#fbc0f2 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc0f2;
Background color
Panel with #fbc0f2 background
background-color: #fbc0f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc0f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 192, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 192, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc0f2; background: linear-gradient(135deg, #fbc0f2, #FBC0CB);