#fff3e9
a pale, electric orange · warm · closest name: ivory
RGB
255, 243, 233
HSL
27°, 100%, 96%
CMYK
0, 5, 9, 0
Luminance
0.9124
Every format
| HEX | #fff3e9 |
| RGB | rgb(255, 243, 233) |
| HSL | hsl(27, 100%, 96%) |
| CMYK | cmyk(0%, 5%, 9%, 0%) |
| LAB | lab(96.5 2.4 6.3) |
| LCH | lch(96.5 6.7 69.3) |
| OKLCH | oklch(0.971 0.019 62.5) |
Copy-ready code
/* CSS */
color: #fff3e9;
background-color: #fff3e9;
/* Tailwind (arbitrary) */
class="text-[#fff3e9] bg-[#fff3e9]"
/* SCSS */
$brand: #fff3e9;
/* SwiftUI */
Color(red: 1.000, green: 0.953, blue: 0.914)
/* Android */
Color.parseColor("#fff3e9")Accessibility — WCAG contrast
Aa
#fff3e9 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff3e9 on black: 19.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green95.3%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta4.7%
Yellow8.6%
Key (black)0.0%
Color previews
#fff3e9 text on a black background
contrast 19.25:1
Card sample
#fff3e9 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff3e9;
Background color
Panel with #fff3e9 background
background-color: #fff3e9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff3e9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 243, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 243, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff3e9; background: linear-gradient(135deg, #fff3e9, #FCFFE9);