#fff7fe
a pale, electric magenta / pink · warm · closest name: white
RGB
255, 247, 254
HSL
308°, 100%, 98%
CMYK
0, 3, 0, 0
Luminance
0.9494
Every format
| HEX | #fff7fe |
| RGB | rgb(255, 247, 254) |
| HSL | hsl(308, 100%, 98%) |
| CMYK | cmyk(0%, 3%, 0%, 0%) |
| LAB | lab(98.0 3.9 -2.4) |
| LCH | lch(98.0 4.6 328.3) |
| OKLCH | oklch(0.984 0.013 329.6) |
Copy-ready code
/* CSS */
color: #fff7fe;
background-color: #fff7fe;
/* Tailwind (arbitrary) */
class="text-[#fff7fe] bg-[#fff7fe]"
/* SCSS */
$brand: #fff7fe;
/* SwiftUI */
Color(red: 1.000, green: 0.969, blue: 0.996)
/* Android */
Color.parseColor("#fff7fe")Accessibility — WCAG contrast
Aa
#fff7fe on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff7fe on black: 19.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.9%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow0.4%
Key (black)0.0%
Color previews
#fff7fe text on a black background
contrast 19.99:1
Card sample
#fff7fe text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff7fe;
Background color
Panel with #fff7fe background
background-color: #fff7fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff7fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 247, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 247, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff7fe; background: linear-gradient(135deg, #fff7fe, #FFF7F9);