#fff4df
a pale, electric orange · warm · closest name: beige
RGB
255, 244, 223
HSL
39°, 100%, 94%
CMYK
0, 4, 13, 0
Luminance
0.9129
Every format
| HEX | #fff4df |
| RGB | rgb(255, 244, 223) |
| HSL | hsl(39, 100%, 94%) |
| CMYK | cmyk(0%, 4%, 13%, 0%) |
| LAB | lab(96.5 0.3 11.4) |
| LCH | lch(96.5 11.4 88.7) |
| OKLCH | oklch(0.970 0.030 83.6) |
Copy-ready code
/* CSS */
color: #fff4df;
background-color: #fff4df;
/* Tailwind (arbitrary) */
class="text-[#fff4df] bg-[#fff4df]"
/* SCSS */
$brand: #fff4df;
/* SwiftUI */
Color(red: 1.000, green: 0.957, blue: 0.875)
/* Android */
Color.parseColor("#fff4df")Accessibility — WCAG contrast
Aa
#fff4df on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff4df on black: 19.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green95.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta4.3%
Yellow12.5%
Key (black)0.0%
Color previews
#fff4df text on a black background
contrast 19.26:1
Card sample
#fff4df text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff4df;
Background color
Panel with #fff4df background
background-color: #fff4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 244, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 244, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff4df; background: linear-gradient(135deg, #fff4df, #F5FFDF);