#facfbf
a pale, electric orange · warm · closest name: pink
RGB
250, 207, 191
HSL
16°, 86%, 87%
CMYK
0, 17, 24, 2
Luminance
0.6871
Every format
| HEX | #facfbf |
| RGB | rgb(250, 207, 191) |
| HSL | hsl(16, 86%, 87%) |
| CMYK | cmyk(0%, 17%, 24%, 2%) |
| LAB | lab(86.4 12.8 13.6) |
| LCH | lch(86.4 18.7 46.9) |
| OKLCH | oklch(0.887 0.053 41.4) |
Copy-ready code
/* CSS */
color: #facfbf;
background-color: #facfbf;
/* Tailwind (arbitrary) */
class="text-[#facfbf] bg-[#facfbf]"
/* SCSS */
$brand: #facfbf;
/* SwiftUI */
Color(red: 0.980, green: 0.812, blue: 0.749)
/* Android */
Color.parseColor("#facfbf")Accessibility — WCAG contrast
Aa
#facfbf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facfbf on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green81.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta17.2%
Yellow23.6%
Key (black)2.0%
Color previews
#facfbf text on a black background
contrast 14.74:1
Card sample
#facfbf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facfbf;
Background color
Panel with #facfbf background
background-color: #facfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 207, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 207, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facfbf; background: linear-gradient(135deg, #facfbf, #FAF6BF);