#fdefdf
a pale, electric orange · warm · closest name: ivory
RGB
253, 239, 223
HSL
32°, 88%, 93%
CMYK
0, 6, 12, 1
Luminance
0.8794
Every format
| HEX | #fdefdf |
| RGB | rgb(253, 239, 223) |
| HSL | hsl(32, 88%, 93%) |
| CMYK | cmyk(0%, 6%, 12%, 1%) |
| LAB | lab(95.1 2.1 9.4) |
| LCH | lch(95.1 9.7 77.4) |
| OKLCH | oklch(0.959 0.026 71.2) |
Copy-ready code
/* CSS */
color: #fdefdf;
background-color: #fdefdf;
/* Tailwind (arbitrary) */
class="text-[#fdefdf] bg-[#fdefdf]"
/* SCSS */
$brand: #fdefdf;
/* SwiftUI */
Color(red: 0.992, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#fdefdf")Accessibility — WCAG contrast
Aa
#fdefdf on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdefdf on black: 18.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow11.9%
Key (black)0.8%
Color previews
#fdefdf text on a black background
contrast 18.59:1
Card sample
#fdefdf text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdefdf;
Background color
Panel with #fdefdf background
background-color: #fdefdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdefdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdefdf; background: linear-gradient(135deg, #fdefdf, #F7FDDF);