#fffdfc
a pale, electric orange · warm · “white”
RGB
255, 253, 252
HSL
20°, 100%, 99%
CMYK
0, 1, 1, 0
Luminance
0.9854
Every format
| HEX | #fffdfc |
| RGB | rgb(255, 253, 252) |
| HSL | hsl(20, 100%, 99%) |
| CMYK | cmyk(0%, 1%, 1%, 0%) |
| LAB | lab(99.4 0.5 0.7) |
| LCH | lch(99.4 0.9 55.4) |
| OKLCH | oklch(0.995 0.003 48.7) |
Copy-ready code
/* CSS */
color: #fffdfc;
background-color: #fffdfc;
/* Tailwind (arbitrary) */
class="text-[#fffdfc] bg-[#fffdfc]"
/* SCSS */
$brand: #fffdfc;
/* SwiftUI */
Color(red: 1.000, green: 0.992, blue: 0.988)
/* Android */
Color.parseColor("#fffdfc")Accessibility — WCAG contrast
Aa
#fffdfc on white: 1.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffdfc on black: 20.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.2%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow1.2%
Key (black)0.0%
Color previews
#fffdfc text on a black background
contrast 20.71:1
Card sample
#fffdfc text on a white background
contrast 1.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffdfc;
Background color
Panel with #fffdfc background
background-color: #fffdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 253, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 253, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffdfc; background: linear-gradient(135deg, #fffdfc, #FFFFFC);