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