#facdab
a light, electric orange · warm · closest name: tan
RGB
250, 205, 171
HSL
26°, 89%, 83%
CMYK
0, 18, 32, 2
Luminance
0.6693
Every format
| HEX | #facdab |
| RGB | rgb(250, 205, 171) |
| HSL | hsl(26, 89%, 83%) |
| CMYK | cmyk(0%, 18%, 32%, 2%) |
| LAB | lab(85.5 11.2 22.9) |
| LCH | lch(85.5 25.5 64.0) |
| OKLCH | oklch(0.879 0.068 58.8) |
Copy-ready code
/* CSS */
color: #facdab;
background-color: #facdab;
/* Tailwind (arbitrary) */
class="text-[#facdab] bg-[#facdab]"
/* SCSS */
$brand: #facdab;
/* SwiftUI */
Color(red: 0.980, green: 0.804, blue: 0.671)
/* Android */
Color.parseColor("#facdab")Accessibility — WCAG contrast
Aa
#facdab on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facdab on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green80.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta18.0%
Yellow31.6%
Key (black)2.0%
Color previews
#facdab text on a black background
contrast 14.39:1
Card sample
#facdab text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facdab;
Background color
Panel with #facdab background
background-color: #facdab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facdab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 205, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 205, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facdab; background: linear-gradient(135deg, #facdab, #F2FAAB);