#fafdba
a pale, electric yellow · cool · closest name: khaki
RGB
250, 253, 186
HSL
63°, 94%, 86%
CMYK
1, 0, 27, 1
Luminance
0.9412
Every format
| HEX | #fafdba |
| RGB | rgb(250, 253, 186) |
| HSL | hsl(63, 94%, 86%) |
| CMYK | cmyk(1%, 0%, 27%, 1%) |
| LAB | lab(97.7 -11.3 31.8) |
| LCH | lch(97.7 33.8 109.5) |
| OKLCH | oklch(0.976 0.085 110.0) |
Copy-ready code
/* CSS */
color: #fafdba;
background-color: #fafdba;
/* Tailwind (arbitrary) */
class="text-[#fafdba] bg-[#fafdba]"
/* SCSS */
$brand: #fafdba;
/* SwiftUI */
Color(red: 0.980, green: 0.992, blue: 0.729)
/* Android */
Color.parseColor("#fafdba")Accessibility — WCAG contrast
Aa
#fafdba on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fafdba on black: 19.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green99.2%
Blue72.9%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow26.5%
Key (black)0.8%
Color previews
#fafdba text on a black background
contrast 19.82:1
Card sample
#fafdba text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fafdba;
Background color
Panel with #fafdba background
background-color: #fafdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fafdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 253, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 253, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fafdba; background: linear-gradient(135deg, #fafdba, #CDFDBA);