#fac08f
a light, electric orange · warm · closest name: tan
RGB
250, 192, 143
HSL
28°, 92%, 77%
CMYK
0, 23, 43, 2
Luminance
0.6001
Every format
| HEX | #fac08f |
| RGB | rgb(250, 192, 143) |
| HSL | hsl(28, 92%, 77%) |
| CMYK | cmyk(0%, 23%, 43%, 2%) |
| LAB | lab(81.8 14.8 32.7) |
| LCH | lch(81.8 35.9 65.7) |
| OKLCH | oklch(0.849 0.092 61.3) |
Copy-ready code
/* CSS */
color: #fac08f;
background-color: #fac08f;
/* Tailwind (arbitrary) */
class="text-[#fac08f] bg-[#fac08f]"
/* SCSS */
$brand: #fac08f;
/* SwiftUI */
Color(red: 0.980, green: 0.753, blue: 0.561)
/* Android */
Color.parseColor("#fac08f")Accessibility — WCAG contrast
Aa
#fac08f on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac08f on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green75.3%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta23.2%
Yellow42.8%
Key (black)2.0%
Color previews
#fac08f text on a black background
contrast 13.00:1
Card sample
#fac08f text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac08f;
Background color
Panel with #fac08f background
background-color: #fac08f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac08f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 192, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 192, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac08f; background: linear-gradient(135deg, #fac08f, #EDFA8F);