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