#fff8fe
a pale, electric magenta / pink · warm · closest name: white
RGB
255, 248, 254
HSL
309°, 100%, 99%
CMYK
0, 3, 0, 0
Luminance
0.9555
Every format
| HEX | #fff8fe |
| RGB | rgb(255, 248, 254) |
| HSL | hsl(309, 100%, 99%) |
| CMYK | cmyk(0%, 3%, 0%, 0%) |
| LAB | lab(98.3 3.4 -2.0) |
| LCH | lch(98.3 3.9 328.8) |
| OKLCH | oklch(0.986 0.011 330.1) |
Copy-ready code
/* CSS */
color: #fff8fe;
background-color: #fff8fe;
/* Tailwind (arbitrary) */
class="text-[#fff8fe] bg-[#fff8fe]"
/* SCSS */
$brand: #fff8fe;
/* SwiftUI */
Color(red: 1.000, green: 0.973, blue: 0.996)
/* Android */
Color.parseColor("#fff8fe")Accessibility — WCAG contrast
Aa
#fff8fe on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff8fe on black: 20.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green97.3%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta2.7%
Yellow0.4%
Key (black)0.0%
Color previews
#fff8fe text on a black background
contrast 20.11:1
Card sample
#fff8fe text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff8fe;
Background color
Panel with #fff8fe background
background-color: #fff8fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff8fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 248, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 248, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff8fe; background: linear-gradient(135deg, #fff8fe, #FFF8F9);