#faf2ee
a pale, vivid orange · warm · closest name: white
RGB
250, 242, 238
HSL
20°, 55%, 96%
CMYK
0, 3, 5, 2
Luminance
0.9000
Every format
| HEX | #faf2ee |
| RGB | rgb(250, 242, 238) |
| HSL | hsl(20, 55%, 96%) |
| CMYK | cmyk(0%, 3%, 5%, 2%) |
| LAB | lab(96.0 2.0 2.9) |
| LCH | lch(96.0 3.5 55.4) |
| OKLCH | oklch(0.966 0.010 48.6) |
Copy-ready code
/* CSS */
color: #faf2ee;
background-color: #faf2ee;
/* Tailwind (arbitrary) */
class="text-[#faf2ee] bg-[#faf2ee]"
/* SCSS */
$brand: #faf2ee;
/* SwiftUI */
Color(red: 0.980, green: 0.949, blue: 0.933)
/* Android */
Color.parseColor("#faf2ee")Accessibility — WCAG contrast
Aa
#faf2ee on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faf2ee on black: 19.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green94.9%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow4.8%
Key (black)2.0%
Color previews
#faf2ee text on a black background
contrast 19.00:1
Card sample
#faf2ee text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faf2ee;
Background color
Panel with #faf2ee background
background-color: #faf2ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faf2ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 242, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 242, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faf2ee; background: linear-gradient(135deg, #faf2ee, #FAFAEE);