#fbc3f3
a pale, electric magenta / pink · warm · closest name: plum
RGB
251, 195, 243
HSL
309°, 88%, 88%
CMYK
0, 22, 3, 2
Luminance
0.6601
Every format
| HEX | #fbc3f3 |
| RGB | rgb(251, 195, 243) |
| HSL | hsl(309, 88%, 88%) |
| CMYK | cmyk(0%, 22%, 3%, 2%) |
| LAB | lab(85.0 27.6 -16.0) |
| LCH | lch(85.0 31.9 330.0) |
| OKLCH | oklch(0.881 0.089 331.2) |
Copy-ready code
/* CSS */
color: #fbc3f3;
background-color: #fbc3f3;
/* Tailwind (arbitrary) */
class="text-[#fbc3f3] bg-[#fbc3f3]"
/* SCSS */
$brand: #fbc3f3;
/* SwiftUI */
Color(red: 0.984, green: 0.765, blue: 0.953)
/* Android */
Color.parseColor("#fbc3f3")Accessibility — WCAG contrast
Aa
#fbc3f3 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc3f3 on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green76.5%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta22.3%
Yellow3.2%
Key (black)1.6%
Color previews
#fbc3f3 text on a black background
contrast 14.20:1
Card sample
#fbc3f3 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc3f3;
Background color
Panel with #fbc3f3 background
background-color: #fbc3f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc3f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 195, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 195, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc3f3; background: linear-gradient(135deg, #fbc3f3, #FBC3CE);