#fac47f
a light, electric orange · warm · closest name: tan
RGB
250, 196, 127
HSL
34°, 93%, 74%
CMYK
0, 22, 49, 2
Luminance
0.6134
Every format
| HEX | #fac47f |
| RGB | rgb(250, 196, 127) |
| HSL | hsl(34, 93%, 74%) |
| CMYK | cmyk(0%, 22%, 49%, 2%) |
| LAB | lab(82.6 11.1 41.9) |
| LCH | lch(82.6 43.3 75.1) |
| OKLCH | oklch(0.854 0.106 72.4) |
Copy-ready code
/* CSS */
color: #fac47f;
background-color: #fac47f;
/* Tailwind (arbitrary) */
class="text-[#fac47f] bg-[#fac47f]"
/* SCSS */
$brand: #fac47f;
/* SwiftUI */
Color(red: 0.980, green: 0.769, blue: 0.498)
/* Android */
Color.parseColor("#fac47f")Accessibility — WCAG contrast
Aa
#fac47f on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac47f on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green76.9%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta21.6%
Yellow49.2%
Key (black)2.0%
Color previews
#fac47f text on a black background
contrast 13.27:1
Card sample
#fac47f text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac47f;
Background color
Panel with #fac47f background
background-color: #fac47f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac47f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 196, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 196, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac47f; background: linear-gradient(135deg, #fac47f, #DEFA7F);