#fff4f0
a pale, electric orange · warm · closest name: white
RGB
255, 244, 240
HSL
16°, 100%, 97%
CMYK
0, 4, 6, 0
Luminance
0.9225
Every format
| HEX | #fff4f0 |
| RGB | rgb(255, 244, 240) |
| HSL | hsl(16, 100%, 97%) |
| CMYK | cmyk(0%, 4%, 6%, 0%) |
| LAB | lab(96.9 3.0 3.2) |
| LCH | lch(96.9 4.4 47.2) |
| OKLCH | oklch(0.975 0.013 41.2) |
Copy-ready code
/* CSS */
color: #fff4f0;
background-color: #fff4f0;
/* Tailwind (arbitrary) */
class="text-[#fff4f0] bg-[#fff4f0]"
/* SCSS */
$brand: #fff4f0;
/* SwiftUI */
Color(red: 1.000, green: 0.957, blue: 0.941)
/* Android */
Color.parseColor("#fff4f0")Accessibility — WCAG contrast
Aa
#fff4f0 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff4f0 on black: 19.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green95.7%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta4.3%
Yellow5.9%
Key (black)0.0%
Color previews
#fff4f0 text on a black background
contrast 19.45:1
Card sample
#fff4f0 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff4f0;
Background color
Panel with #fff4f0 background
background-color: #fff4f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff4f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 244, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 244, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff4f0; background: linear-gradient(135deg, #fff4f0, #FFFEF0);