#faf5f3
a pale, soft orange · warm · closest name: white
RGB
250, 245, 243
HSL
17°, 41%, 97%
CMYK
0, 2, 3, 2
Luminance
0.9210
Every format
| HEX | #faf5f3 |
| RGB | rgb(250, 245, 243) |
| HSL | hsl(17, 41%, 97%) |
| CMYK | cmyk(0%, 2%, 3%, 2%) |
| LAB | lab(96.9 1.3 1.6) |
| LCH | lch(96.9 2.0 49.6) |
| OKLCH | oklch(0.973 0.006 43.3) |
Copy-ready code
/* CSS */
color: #faf5f3;
background-color: #faf5f3;
/* Tailwind (arbitrary) */
class="text-[#faf5f3] bg-[#faf5f3]"
/* SCSS */
$brand: #faf5f3;
/* SwiftUI */
Color(red: 0.980, green: 0.961, blue: 0.953)
/* Android */
Color.parseColor("#faf5f3")Accessibility — WCAG contrast
Aa
#faf5f3 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faf5f3 on black: 19.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green96.1%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow2.8%
Key (black)2.0%
Color previews
#faf5f3 text on a black background
contrast 19.42:1
Card sample
#faf5f3 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faf5f3;
Background color
Panel with #faf5f3 background
background-color: #faf5f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faf5f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 245, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 245, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faf5f3; background: linear-gradient(135deg, #faf5f3, #FAFAF3);