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