#facda9
a light, electric orange · warm · closest name: tan
RGB
250, 205, 169
HSL
27°, 89%, 82%
CMYK
0, 18, 32, 2
Luminance
0.6685
Every format
| HEX | #facda9 |
| RGB | rgb(250, 205, 169) |
| HSL | hsl(27, 89%, 82%) |
| CMYK | cmyk(0%, 18%, 32%, 2%) |
| LAB | lab(85.4 10.9 23.9) |
| LCH | lch(85.4 26.3 65.5) |
| OKLCH | oklch(0.878 0.070 60.4) |
Copy-ready code
/* CSS */
color: #facda9;
background-color: #facda9;
/* Tailwind (arbitrary) */
class="text-[#facda9] bg-[#facda9]"
/* SCSS */
$brand: #facda9;
/* SwiftUI */
Color(red: 0.980, green: 0.804, blue: 0.663)
/* Android */
Color.parseColor("#facda9")Accessibility — WCAG contrast
Aa
#facda9 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facda9 on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green80.4%
Blue66.3%
CMYK percentages
Cyan0.0%
Magenta18.0%
Yellow32.4%
Key (black)2.0%
Color previews
#facda9 text on a black background
contrast 14.37:1
Card sample
#facda9 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facda9;
Background color
Panel with #facda9 background
background-color: #facda9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facda9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 205, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 205, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facda9; background: linear-gradient(135deg, #facda9, #F1FAA9);