#ffeee7
a pale, electric orange · warm · closest name: ivory
RGB
255, 238, 231
HSL
18°, 100%, 95%
CMYK
0, 7, 9, 0
Luminance
0.8818
Every format
| HEX | #ffeee7 |
| RGB | rgb(255, 238, 231) |
| HSL | hsl(18, 100%, 95%) |
| CMYK | cmyk(0%, 7%, 9%, 0%) |
| LAB | lab(95.2 4.6 5.5) |
| LCH | lch(95.2 7.1 50.0) |
| OKLCH | oklch(0.961 0.021 43.9) |
Copy-ready code
/* CSS */
color: #ffeee7;
background-color: #ffeee7;
/* Tailwind (arbitrary) */
class="text-[#ffeee7] bg-[#ffeee7]"
/* SCSS */
$brand: #ffeee7;
/* SwiftUI */
Color(red: 1.000, green: 0.933, blue: 0.906)
/* Android */
Color.parseColor("#ffeee7")Accessibility — WCAG contrast
Aa
#ffeee7 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeee7 on black: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green93.3%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow9.4%
Key (black)0.0%
Color previews
#ffeee7 text on a black background
contrast 18.64:1
Card sample
#ffeee7 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeee7;
Background color
Panel with #ffeee7 background
background-color: #ffeee7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeee7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 238, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 238, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeee7; background: linear-gradient(135deg, #ffeee7, #FFFEE7);