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