#fff7ec
a pale, electric orange · warm · closest name: ivory
RGB
255, 247, 236
HSL
35°, 100%, 96%
CMYK
0, 3, 8, 0
Luminance
0.9384
Every format
| HEX | #fff7ec |
| RGB | rgb(255, 247, 236) |
| HSL | hsl(35, 100%, 96%) |
| CMYK | cmyk(0%, 3%, 8%, 0%) |
| LAB | lab(97.6 0.8 6.2) |
| LCH | lch(97.6 6.3 82.5) |
| OKLCH | oklch(0.979 0.017 76.1) |
Copy-ready code
/* CSS */
color: #fff7ec;
background-color: #fff7ec;
/* Tailwind (arbitrary) */
class="text-[#fff7ec] bg-[#fff7ec]"
/* SCSS */
$brand: #fff7ec;
/* SwiftUI */
Color(red: 1.000, green: 0.969, blue: 0.925)
/* Android */
Color.parseColor("#fff7ec")Accessibility — WCAG contrast
Aa
#fff7ec on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff7ec on black: 19.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.9%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow7.5%
Key (black)0.0%
Color previews
#fff7ec text on a black background
contrast 19.77:1
Card sample
#fff7ec text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff7ec;
Background color
Panel with #fff7ec background
background-color: #fff7ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff7ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 247, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 247, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff7ec; background: linear-gradient(135deg, #fff7ec, #FAFFEC);