#fac79c
a light, electric orange · warm · closest name: tan
RGB
250, 199, 156
HSL
27°, 90%, 80%
CMYK
0, 20, 38, 2
Luminance
0.6357
Every format
| HEX | #fac79c |
| RGB | rgb(250, 199, 156) |
| HSL | hsl(27, 90%, 80%) |
| CMYK | cmyk(0%, 20%, 38%, 2%) |
| LAB | lab(83.7 12.5 28.4) |
| LCH | lch(83.7 31.1 66.3) |
| OKLCH | oklch(0.865 0.081 61.6) |
Copy-ready code
/* CSS */
color: #fac79c;
background-color: #fac79c;
/* Tailwind (arbitrary) */
class="text-[#fac79c] bg-[#fac79c]"
/* SCSS */
$brand: #fac79c;
/* SwiftUI */
Color(red: 0.980, green: 0.780, blue: 0.612)
/* Android */
Color.parseColor("#fac79c")Accessibility — WCAG contrast
Aa
#fac79c on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac79c on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green78.0%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow37.6%
Key (black)2.0%
Color previews
#fac79c text on a black background
contrast 13.71:1
Card sample
#fac79c text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac79c;
Background color
Panel with #fac79c background
background-color: #fac79c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac79c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 199, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 199, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac79c; background: linear-gradient(135deg, #fac79c, #EEFA9C);