#fac28f
a light, electric orange · warm · closest name: tan
RGB
250, 194, 143
HSL
29°, 92%, 77%
CMYK
0, 22, 43, 2
Luminance
0.6089
Every format
| HEX | #fac28f |
| RGB | rgb(250, 194, 143) |
| HSL | hsl(29, 92%, 77%) |
| CMYK | cmyk(0%, 22%, 43%, 2%) |
| LAB | lab(82.3 13.7 33.3) |
| LCH | lch(82.3 36.0 67.7) |
| OKLCH | oklch(0.853 0.092 63.4) |
Copy-ready code
/* CSS */
color: #fac28f;
background-color: #fac28f;
/* Tailwind (arbitrary) */
class="text-[#fac28f] bg-[#fac28f]"
/* SCSS */
$brand: #fac28f;
/* SwiftUI */
Color(red: 0.980, green: 0.761, blue: 0.561)
/* Android */
Color.parseColor("#fac28f")Accessibility — WCAG contrast
Aa
#fac28f on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac28f on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green76.1%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow42.8%
Key (black)2.0%
Color previews
#fac28f text on a black background
contrast 13.18:1
Card sample
#fac28f text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac28f;
Background color
Panel with #fac28f background
background-color: #fac28f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac28f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 194, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 194, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac28f; background: linear-gradient(135deg, #fac28f, #EBFA8F);