#fdf3ef
a pale, electric orange · warm · closest name: white
RGB
253, 243, 239
HSL
17°, 78%, 97%
CMYK
0, 4, 6, 1
Luminance
0.9122
Every format
| HEX | #fdf3ef |
| RGB | rgb(253, 243, 239) |
| HSL | hsl(17, 78%, 97%) |
| CMYK | cmyk(0%, 4%, 6%, 1%) |
| LAB | lab(96.5 2.7 3.1) |
| LCH | lch(96.5 4.1 49.4) |
| OKLCH | oklch(0.971 0.012 43.3) |
Copy-ready code
/* CSS */
color: #fdf3ef;
background-color: #fdf3ef;
/* Tailwind (arbitrary) */
class="text-[#fdf3ef] bg-[#fdf3ef]"
/* SCSS */
$brand: #fdf3ef;
/* SwiftUI */
Color(red: 0.992, green: 0.953, blue: 0.937)
/* Android */
Color.parseColor("#fdf3ef")Accessibility — WCAG contrast
Aa
#fdf3ef on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf3ef on black: 19.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green95.3%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow5.5%
Key (black)0.8%
Color previews
#fdf3ef text on a black background
contrast 19.24:1
Card sample
#fdf3ef text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf3ef;
Background color
Panel with #fdf3ef background
background-color: #fdf3ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf3ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 243, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 243, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf3ef; background: linear-gradient(135deg, #fdf3ef, #FDFCEF);