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