#fac45f
a light, electric orange · warm · closest name: khaki
RGB
250, 196, 95
HSL
39°, 94%, 68%
CMYK
0, 22, 62, 2
Luminance
0.6063
Every format
| HEX | #fac45f |
| RGB | rgb(250, 196, 95) |
| HSL | hsl(39, 94%, 68%) |
| CMYK | cmyk(0%, 22%, 62%, 2%) |
| LAB | lab(82.2 8.6 56.9) |
| LCH | lch(82.2 57.6 81.4) |
| OKLCH | oklch(0.850 0.133 80.9) |
Copy-ready code
/* CSS */
color: #fac45f;
background-color: #fac45f;
/* Tailwind (arbitrary) */
class="text-[#fac45f] bg-[#fac45f]"
/* SCSS */
$brand: #fac45f;
/* SwiftUI */
Color(red: 0.980, green: 0.769, blue: 0.373)
/* Android */
Color.parseColor("#fac45f")Accessibility — WCAG contrast
Aa
#fac45f on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac45f on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green76.9%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta21.6%
Yellow62.0%
Key (black)2.0%
Color previews
#fac45f text on a black background
contrast 13.13:1
Card sample
#fac45f text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac45f;
Background color
Panel with #fac45f background
background-color: #fac45f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac45f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 196, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 196, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac45f; background: linear-gradient(135deg, #fac45f, #C9FA5F);