#fafabf
a pale, electric yellow · cool · closest name: beige
RGB
250, 250, 191
HSL
60°, 86%, 87%
CMYK
0, 0, 24, 2
Luminance
0.9246
Every format
| HEX | #fafabf |
| RGB | rgb(250, 250, 191) |
| HSL | hsl(60, 86%, 87%) |
| CMYK | cmyk(0%, 0%, 24%, 2%) |
| LAB | lab(97.0 -9.2 28.4) |
| LCH | lch(97.0 29.8 107.9) |
| OKLCH | oklch(0.971 0.075 107.7) |
Copy-ready code
/* CSS */
color: #fafabf;
background-color: #fafabf;
/* Tailwind (arbitrary) */
class="text-[#fafabf] bg-[#fafabf]"
/* SCSS */
$brand: #fafabf;
/* SwiftUI */
Color(red: 0.980, green: 0.980, blue: 0.749)
/* Android */
Color.parseColor("#fafabf")Accessibility — WCAG contrast
Aa
#fafabf on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fafabf on black: 19.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green98.0%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow23.6%
Key (black)2.0%
Color previews
#fafabf text on a black background
contrast 19.49:1
Card sample
#fafabf text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fafabf;
Background color
Panel with #fafabf background
background-color: #fafabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fafabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 250, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 250, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fafabf; background: linear-gradient(135deg, #fafabf, #D3FABF);