#fff4fe
a pale, electric magenta / pink · warm · closest name: white
RGB
255, 244, 254
HSL
306°, 100%, 98%
CMYK
0, 4, 0, 0
Luminance
0.9312
Every format
| HEX | #fff4fe |
| RGB | rgb(255, 244, 254) |
| HSL | hsl(306, 100%, 98%) |
| CMYK | cmyk(0%, 4%, 0%, 0%) |
| LAB | lab(97.3 5.4 -3.5) |
| LCH | lch(97.3 6.4 327.2) |
| OKLCH | oklch(0.979 0.018 328.5) |
Copy-ready code
/* CSS */
color: #fff4fe;
background-color: #fff4fe;
/* Tailwind (arbitrary) */
class="text-[#fff4fe] bg-[#fff4fe]"
/* SCSS */
$brand: #fff4fe;
/* SwiftUI */
Color(red: 1.000, green: 0.957, blue: 0.996)
/* Android */
Color.parseColor("#fff4fe")Accessibility — WCAG contrast
Aa
#fff4fe on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff4fe on black: 19.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green95.7%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta4.3%
Yellow0.4%
Key (black)0.0%
Color previews
#fff4fe text on a black background
contrast 19.62:1
Card sample
#fff4fe text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff4fe;
Background color
Panel with #fff4fe background
background-color: #fff4fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff4fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 244, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 244, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff4fe; background: linear-gradient(135deg, #fff4fe, #FFF4F6);