#facffb
a pale, electric magenta / pink · warm · closest name: plum
RGB
250, 207, 251
HSL
299°, 85%, 90%
CMYK
0, 18, 0, 2
Luminance
0.7191
Every format
| HEX | #facffb |
| RGB | rgb(250, 207, 251) |
| HSL | hsl(299, 85%, 90%) |
| CMYK | cmyk(0%, 18%, 0%, 2%) |
| LAB | lab(87.9 22.4 -15.8) |
| LCH | lch(87.9 27.5 324.8) |
| OKLCH | oklch(0.905 0.075 325.5) |
Copy-ready code
/* CSS */
color: #facffb;
background-color: #facffb;
/* Tailwind (arbitrary) */
class="text-[#facffb] bg-[#facffb]"
/* SCSS */
$brand: #facffb;
/* SwiftUI */
Color(red: 0.980, green: 0.812, blue: 0.984)
/* Android */
Color.parseColor("#facffb")Accessibility — WCAG contrast
Aa
#facffb on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facffb on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green81.2%
Blue98.4%
CMYK percentages
Cyan0.4%
Magenta17.5%
Yellow0.0%
Key (black)1.6%
Color previews
#facffb text on a black background
contrast 15.38:1
Card sample
#facffb text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facffb;
Background color
Panel with #facffb background
background-color: #facffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 207, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 207, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facffb; background: linear-gradient(135deg, #facffb, #FBCFDF);