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