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