#fbc9f9
a pale, electric magenta / pink · warm · closest name: plum
RGB
251, 201, 249
HSL
302°, 86%, 89%
CMYK
0, 20, 1, 2
Luminance
0.6912
Every format
| HEX | #fbc9f9 |
| RGB | rgb(251, 201, 249) |
| HSL | hsl(302, 86%, 89%) |
| CMYK | cmyk(0%, 20%, 1%, 2%) |
| LAB | lab(86.6 25.6 -16.8) |
| LCH | lch(86.6 30.6 326.7) |
| OKLCH | oklch(0.894 0.084 327.5) |
Copy-ready code
/* CSS */
color: #fbc9f9;
background-color: #fbc9f9;
/* Tailwind (arbitrary) */
class="text-[#fbc9f9] bg-[#fbc9f9]"
/* SCSS */
$brand: #fbc9f9;
/* SwiftUI */
Color(red: 0.984, green: 0.788, blue: 0.976)
/* Android */
Color.parseColor("#fbc9f9")Accessibility — WCAG contrast
Aa
#fbc9f9 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc9f9 on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green78.8%
Blue97.6%
CMYK percentages
Cyan0.0%
Magenta19.9%
Yellow0.8%
Key (black)1.6%
Color previews
#fbc9f9 text on a black background
contrast 14.82:1
Card sample
#fbc9f9 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc9f9;
Background color
Panel with #fbc9f9 background
background-color: #fbc9f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc9f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 201, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 201, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc9f9; background: linear-gradient(135deg, #fbc9f9, #FBC9D8);