#faf2ab
a light, electric yellow · cool · closest name: khaki
RGB
250, 242, 171
HSL
54°, 89%, 83%
CMYK
0, 3, 32, 2
Luminance
0.8677
Every format
| HEX | #faf2ab |
| RGB | rgb(250, 242, 171) |
| HSL | hsl(54, 89%, 83%) |
| CMYK | cmyk(0%, 3%, 32%, 2%) |
| LAB | lab(94.6 -7.7 35.3) |
| LCH | lch(94.6 36.1 102.4) |
| OKLCH | oklch(0.951 0.090 102.5) |
Copy-ready code
/* CSS */
color: #faf2ab;
background-color: #faf2ab;
/* Tailwind (arbitrary) */
class="text-[#faf2ab] bg-[#faf2ab]"
/* SCSS */
$brand: #faf2ab;
/* SwiftUI */
Color(red: 0.980, green: 0.949, blue: 0.671)
/* Android */
Color.parseColor("#faf2ab")Accessibility — WCAG contrast
Aa
#faf2ab on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faf2ab on black: 18.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green94.9%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow31.6%
Key (black)2.0%
Color previews
#faf2ab text on a black background
contrast 18.35:1
Card sample
#faf2ab text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faf2ab;
Background color
Panel with #faf2ab background
background-color: #faf2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faf2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 242, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 242, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faf2ab; background: linear-gradient(135deg, #faf2ab, #CDFAAB);