#faf7f2
a pale, soft orange · warm · closest name: white
RGB
250, 247, 242
HSL
38°, 44%, 97%
CMYK
0, 1, 3, 2
Luminance
0.9326
Every format
| HEX | #faf7f2 |
| RGB | rgb(250, 247, 242) |
| HSL | hsl(38, 44%, 97%) |
| CMYK | cmyk(0%, 1%, 3%, 2%) |
| LAB | lab(97.3 0.1 2.8) |
| LCH | lch(97.3 2.8 87.3) |
| OKLCH | oklch(0.977 0.007 80.7) |
Copy-ready code
/* CSS */
color: #faf7f2;
background-color: #faf7f2;
/* Tailwind (arbitrary) */
class="text-[#faf7f2] bg-[#faf7f2]"
/* SCSS */
$brand: #faf7f2;
/* SwiftUI */
Color(red: 0.980, green: 0.969, blue: 0.949)
/* Android */
Color.parseColor("#faf7f2")Accessibility — WCAG contrast
Aa
#faf7f2 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faf7f2 on black: 19.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green96.9%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow3.2%
Key (black)2.0%
Color previews
#faf7f2 text on a black background
contrast 19.65:1
Card sample
#faf7f2 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faf7f2;
Background color
Panel with #faf7f2 background
background-color: #faf7f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faf7f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 247, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 247, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faf7f2; background: linear-gradient(135deg, #faf7f2, #F8FAF2);