#facda0
a light, electric orange · warm · closest name: tan
RGB
250, 205, 160
HSL
30°, 90%, 80%
CMYK
0, 18, 36, 2
Luminance
0.6652
Every format
| HEX | #facda0 |
| RGB | rgb(250, 205, 160) |
| HSL | hsl(30, 90%, 80%) |
| CMYK | cmyk(0%, 18%, 36%, 2%) |
| LAB | lab(85.3 9.8 28.4) |
| LCH | lch(85.3 30.1 70.9) |
| OKLCH | oklch(0.877 0.078 66.5) |
Copy-ready code
/* CSS */
color: #facda0;
background-color: #facda0;
/* Tailwind (arbitrary) */
class="text-[#facda0] bg-[#facda0]"
/* SCSS */
$brand: #facda0;
/* SwiftUI */
Color(red: 0.980, green: 0.804, blue: 0.627)
/* Android */
Color.parseColor("#facda0")Accessibility — WCAG contrast
Aa
#facda0 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facda0 on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green80.4%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta18.0%
Yellow36.0%
Key (black)2.0%
Color previews
#facda0 text on a black background
contrast 14.30:1
Card sample
#facda0 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facda0;
Background color
Panel with #facda0 background
background-color: #facda0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facda0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 205, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 205, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facda0; background: linear-gradient(135deg, #facda0, #EBFAA0);