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