#fbf2f6
a pale, vivid magenta / pink · warm · closest name: white
RGB
251, 242, 246
HSL
333°, 53%, 97%
CMYK
0, 4, 2, 2
Luminance
0.9067
Every format
| HEX | #fbf2f6 |
| RGB | rgb(251, 242, 246) |
| HSL | hsl(333, 53%, 97%) |
| CMYK | cmyk(0%, 4%, 2%, 2%) |
| LAB | lab(96.3 3.7 -0.8) |
| LCH | lch(96.3 3.8 347.1) |
| OKLCH | oklch(0.969 0.011 348.4) |
Copy-ready code
/* CSS */
color: #fbf2f6;
background-color: #fbf2f6;
/* Tailwind (arbitrary) */
class="text-[#fbf2f6] bg-[#fbf2f6]"
/* SCSS */
$brand: #fbf2f6;
/* SwiftUI */
Color(red: 0.984, green: 0.949, blue: 0.965)
/* Android */
Color.parseColor("#fbf2f6")Accessibility — WCAG contrast
Aa
#fbf2f6 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbf2f6 on black: 19.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green94.9%
Blue96.5%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow2.0%
Key (black)1.6%
Color previews
#fbf2f6 text on a black background
contrast 19.13:1
Card sample
#fbf2f6 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbf2f6;
Background color
Panel with #fbf2f6 background
background-color: #fbf2f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbf2f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 242, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 242, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbf2f6; background: linear-gradient(135deg, #fbf2f6, #FBF4F2);