#fac59b
a light, electric orange · warm · closest name: tan
RGB
250, 197, 155
HSL
27°, 91%, 79%
CMYK
0, 21, 38, 2
Luminance
0.6262
Every format
| HEX | #fac59b |
| RGB | rgb(250, 197, 155) |
| HSL | hsl(27, 91%, 79%) |
| CMYK | cmyk(0%, 21%, 38%, 2%) |
| LAB | lab(83.3 13.4 28.3) |
| LCH | lch(83.3 31.3 64.6) |
| OKLCH | oklch(0.861 0.082 59.8) |
Copy-ready code
/* CSS */
color: #fac59b;
background-color: #fac59b;
/* Tailwind (arbitrary) */
class="text-[#fac59b] bg-[#fac59b]"
/* SCSS */
$brand: #fac59b;
/* SwiftUI */
Color(red: 0.980, green: 0.773, blue: 0.608)
/* Android */
Color.parseColor("#fac59b")Accessibility — WCAG contrast
Aa
#fac59b on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac59b on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green77.3%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow38.0%
Key (black)2.0%
Color previews
#fac59b text on a black background
contrast 13.52:1
Card sample
#fac59b text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac59b;
Background color
Panel with #fac59b background
background-color: #fac59b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac59b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 197, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 197, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac59b; background: linear-gradient(135deg, #fac59b, #F0FA9B);