#fffbff
a pale, electric magenta / pink · warm · closest name: white
RGB
255, 251, 255
HSL
300°, 100%, 99%
CMYK
0, 2, 0, 0
Luminance
0.9747
Every format
| HEX | #fffbff |
| RGB | rgb(255, 251, 255) |
| HSL | hsl(300, 100%, 99%) |
| CMYK | cmyk(0%, 2%, 0%, 0%) |
| LAB | lab(99.0 2.0 -1.4) |
| LCH | lch(99.0 2.5 324.5) |
| OKLCH | oklch(0.992 0.007 325.6) |
Copy-ready code
/* CSS */
color: #fffbff;
background-color: #fffbff;
/* Tailwind (arbitrary) */
class="text-[#fffbff] bg-[#fffbff]"
/* SCSS */
$brand: #fffbff;
/* SwiftUI */
Color(red: 1.000, green: 0.984, blue: 1.000)
/* Android */
Color.parseColor("#fffbff")Accessibility — WCAG contrast
Aa
#fffbff on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffbff on black: 20.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green98.4%
Blue100.0%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow0.0%
Key (black)0.0%
Color previews
#fffbff text on a black background
contrast 20.49:1
Card sample
#fffbff text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffbff;
Background color
Panel with #fffbff background
background-color: #fffbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 251, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 251, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffbff; background: linear-gradient(135deg, #fffbff, #FFFBFC);