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