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