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