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