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