#fffefd
a pale, electric orange · warm · “white”
RGB
255, 254, 253
HSL
30°, 100%, 100%
CMYK
0, 0, 1, 0
Luminance
0.9924
Every format
| HEX | #fffefd |
| RGB | rgb(255, 254, 253) |
| HSL | hsl(30, 100%, 100%) |
| CMYK | cmyk(0%, 0%, 1%, 0%) |
| LAB | lab(99.7 0.2 0.6) |
| LCH | lch(99.7 0.6 74.8) |
| OKLCH | oklch(0.998 0.002 67.8) |
Copy-ready code
/* CSS */
color: #fffefd;
background-color: #fffefd;
/* Tailwind (arbitrary) */
class="text-[#fffefd] bg-[#fffefd]"
/* SCSS */
$brand: #fffefd;
/* SwiftUI */
Color(red: 1.000, green: 0.996, blue: 0.992)
/* Android */
Color.parseColor("#fffefd")Accessibility — WCAG contrast
Aa
#fffefd on white: 1.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffefd on black: 20.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.6%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow0.8%
Key (black)0.0%
Color previews
#fffefd text on a black background
contrast 20.85:1
Card sample
#fffefd text on a white background
contrast 1.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffefd;
Background color
Panel with #fffefd background
background-color: #fffefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 254, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 254, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffefd; background: linear-gradient(135deg, #fffefd, #FFFFFD);