#faffdb
a pale, electric yellow · cool · closest name: beige
RGB
250, 255, 219
HSL
68°, 100%, 93%
CMYK
2, 0, 14, 0
Luminance
0.9696
Every format
| HEX | #faffdb |
| RGB | rgb(250, 255, 219) |
| HSL | hsl(68, 100%, 93%) |
| CMYK | cmyk(2%, 0%, 14%, 0%) |
| LAB | lab(98.8 -7.6 16.7) |
| LCH | lch(98.8 18.3 114.5) |
| OKLCH | oklch(0.987 0.047 113.7) |
Copy-ready code
/* CSS */
color: #faffdb;
background-color: #faffdb;
/* Tailwind (arbitrary) */
class="text-[#faffdb] bg-[#faffdb]"
/* SCSS */
$brand: #faffdb;
/* SwiftUI */
Color(red: 0.980, green: 1.000, blue: 0.859)
/* Android */
Color.parseColor("#faffdb")Accessibility — WCAG contrast
Aa
#faffdb on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faffdb on black: 20.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green100.0%
Blue85.9%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow14.1%
Key (black)0.0%
Color previews
#faffdb text on a black background
contrast 20.39:1
Card sample
#faffdb text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faffdb;
Background color
Panel with #faffdb background
background-color: #faffdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faffdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 255, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 255, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faffdb; background: linear-gradient(135deg, #faffdb, #E2FFDB);