#ffefdf
a pale, electric orange · warm · closest name: ivory
RGB
255, 239, 223
HSL
30°, 100%, 94%
CMYK
0, 6, 13, 0
Luminance
0.8832
Every format
| HEX | #ffefdf |
| RGB | rgb(255, 239, 223) |
| HSL | hsl(30, 100%, 94%) |
| CMYK | cmyk(0%, 6%, 13%, 0%) |
| LAB | lab(95.3 2.8 9.7) |
| LCH | lch(95.3 10.1 73.9) |
| OKLCH | oklch(0.961 0.027 67.5) |
Copy-ready code
/* CSS */
color: #ffefdf;
background-color: #ffefdf;
/* Tailwind (arbitrary) */
class="text-[#ffefdf] bg-[#ffefdf]"
/* SCSS */
$brand: #ffefdf;
/* SwiftUI */
Color(red: 1.000, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#ffefdf")Accessibility — WCAG contrast
Aa
#ffefdf on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffefdf on black: 18.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green93.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow12.5%
Key (black)0.0%
Color previews
#ffefdf text on a black background
contrast 18.66:1
Card sample
#ffefdf text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffefdf;
Background color
Panel with #ffefdf background
background-color: #ffefdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffefdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffefdf; background: linear-gradient(135deg, #ffefdf, #FAFFDF);