#fff2e3
a pale, electric orange · warm · closest name: ivory
RGB
255, 242, 227
HSL
32°, 100%, 95%
CMYK
0, 5, 11, 0
Luminance
0.9031
Every format
| HEX | #fff2e3 |
| RGB | rgb(255, 242, 227) |
| HSL | hsl(32, 100%, 95%) |
| CMYK | cmyk(0%, 5%, 11%, 0%) |
| LAB | lab(96.1 1.9 8.8) |
| LCH | lch(96.1 9.0 77.8) |
| OKLCH | oklch(0.967 0.024 71.5) |
Copy-ready code
/* CSS */
color: #fff2e3;
background-color: #fff2e3;
/* Tailwind (arbitrary) */
class="text-[#fff2e3] bg-[#fff2e3]"
/* SCSS */
$brand: #fff2e3;
/* SwiftUI */
Color(red: 1.000, green: 0.949, blue: 0.890)
/* Android */
Color.parseColor("#fff2e3")Accessibility — WCAG contrast
Aa
#fff2e3 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff2e3 on black: 19.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green94.9%
Blue89.0%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow11.0%
Key (black)0.0%
Color previews
#fff2e3 text on a black background
contrast 19.06:1
Card sample
#fff2e3 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff2e3;
Background color
Panel with #fff2e3 background
background-color: #fff2e3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff2e3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 242, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 242, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff2e3; background: linear-gradient(135deg, #fff2e3, #F9FFE3);