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