#fff4da
a pale, electric yellow · warm · closest name: beige
RGB
255, 244, 218
HSL
42°, 100%, 93%
CMYK
0, 4, 15, 0
Luminance
0.9102
Every format
| HEX | #fff4da |
| RGB | rgb(255, 244, 218) |
| HSL | hsl(42, 100%, 93%) |
| CMYK | cmyk(0%, 4%, 15%, 0%) |
| LAB | lab(96.4 -0.5 13.8) |
| LCH | lch(96.4 13.9 92.1) |
| OKLCH | oklch(0.969 0.036 87.8) |
Copy-ready code
/* CSS */
color: #fff4da;
background-color: #fff4da;
/* Tailwind (arbitrary) */
class="text-[#fff4da] bg-[#fff4da]"
/* SCSS */
$brand: #fff4da;
/* SwiftUI */
Color(red: 1.000, green: 0.957, blue: 0.855)
/* Android */
Color.parseColor("#fff4da")Accessibility — WCAG contrast
Aa
#fff4da on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff4da on black: 19.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green95.7%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta4.3%
Yellow14.5%
Key (black)0.0%
Color previews
#fff4da text on a black background
contrast 19.20:1
Card sample
#fff4da text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff4da;
Background color
Panel with #fff4da background
background-color: #fff4da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff4da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 244, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 244, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff4da; background: linear-gradient(135deg, #fff4da, #F1FFDA);