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