#fffada
a pale, electric yellow · cool · closest name: beige
RGB
255, 250, 218
HSL
52°, 100%, 93%
CMYK
0, 2, 15, 0
Luminance
0.9469
Every format
| HEX | #fffada |
| RGB | rgb(255, 250, 218) |
| HSL | hsl(52, 100%, 93%) |
| CMYK | cmyk(0%, 2%, 15%, 0%) |
| LAB | lab(97.9 -3.5 16.0) |
| LCH | lch(97.9 16.3 102.4) |
| OKLCH | oklch(0.981 0.042 99.8) |
Copy-ready code
/* CSS */
color: #fffada;
background-color: #fffada;
/* Tailwind (arbitrary) */
class="text-[#fffada] bg-[#fffada]"
/* SCSS */
$brand: #fffada;
/* SwiftUI */
Color(red: 1.000, green: 0.980, blue: 0.855)
/* Android */
Color.parseColor("#fffada")Accessibility — WCAG contrast
Aa
#fffada on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffada on black: 19.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green98.0%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow14.5%
Key (black)0.0%
Color previews
#fffada text on a black background
contrast 19.94:1
Card sample
#fffada text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffada;
Background color
Panel with #fffada background
background-color: #fffada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 250, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 250, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffada; background: linear-gradient(135deg, #fffada, #EBFFDA);