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