#faf9f3
a pale, soft yellow · cool · closest name: white
RGB
250, 249, 243
HSL
51°, 41%, 97%
CMYK
0, 0, 3, 2
Luminance
0.9455
Every format
| HEX | #faf9f3 |
| RGB | rgb(250, 249, 243) |
| HSL | hsl(51, 41%, 97%) |
| CMYK | cmyk(0%, 0%, 3%, 2%) |
| LAB | lab(97.8 -0.7 3.0) |
| LCH | lch(97.8 3.1 103.4) |
| OKLCH | oklch(0.981 0.008 98.9) |
Copy-ready code
/* CSS */
color: #faf9f3;
background-color: #faf9f3;
/* Tailwind (arbitrary) */
class="text-[#faf9f3] bg-[#faf9f3]"
/* SCSS */
$brand: #faf9f3;
/* SwiftUI */
Color(red: 0.980, green: 0.976, blue: 0.953)
/* Android */
Color.parseColor("#faf9f3")Accessibility — WCAG contrast
Aa
#faf9f3 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faf9f3 on black: 19.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green97.6%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow2.8%
Key (black)2.0%
Color previews
#faf9f3 text on a black background
contrast 19.91:1
Card sample
#faf9f3 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faf9f3;
Background color
Panel with #faf9f3 background
background-color: #faf9f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faf9f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 249, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 249, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faf9f3; background: linear-gradient(135deg, #faf9f3, #F6FAF3);