#facd8f
a light, electric orange · warm · closest name: tan
RGB
250, 205, 143
HSL
35°, 92%, 77%
CMYK
0, 18, 43, 2
Luminance
0.6597
Every format
| HEX | #facd8f |
| RGB | rgb(250, 205, 143) |
| HSL | hsl(35, 92%, 77%) |
| CMYK | cmyk(0%, 18%, 43%, 2%) |
| LAB | lab(85.0 8.0 36.8) |
| LCH | lch(85.0 37.7 77.8) |
| OKLCH | oklch(0.874 0.094 74.9) |
Copy-ready code
/* CSS */
color: #facd8f;
background-color: #facd8f;
/* Tailwind (arbitrary) */
class="text-[#facd8f] bg-[#facd8f]"
/* SCSS */
$brand: #facd8f;
/* SwiftUI */
Color(red: 0.980, green: 0.804, blue: 0.561)
/* Android */
Color.parseColor("#facd8f")Accessibility — WCAG contrast
Aa
#facd8f on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facd8f on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green80.4%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta18.0%
Yellow42.8%
Key (black)2.0%
Color previews
#facd8f text on a black background
contrast 14.19:1
Card sample
#facd8f text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facd8f;
Background color
Panel with #facd8f background
background-color: #facd8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facd8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 205, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 205, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facd8f; background: linear-gradient(135deg, #facd8f, #E0FA8F);