#fac25f
a light, electric orange · warm · closest name: khaki
RGB
250, 194, 95
HSL
38°, 94%, 68%
CMYK
0, 22, 62, 2
Luminance
0.5973
Every format
| HEX | #fac25f |
| RGB | rgb(250, 194, 95) |
| HSL | hsl(38, 94%, 68%) |
| CMYK | cmyk(0%, 22%, 62%, 2%) |
| LAB | lab(81.7 9.7 56.4) |
| LCH | lch(81.7 57.2 80.3) |
| OKLCH | oklch(0.846 0.132 79.6) |
Copy-ready code
/* CSS */
color: #fac25f;
background-color: #fac25f;
/* Tailwind (arbitrary) */
class="text-[#fac25f] bg-[#fac25f]"
/* SCSS */
$brand: #fac25f;
/* SwiftUI */
Color(red: 0.980, green: 0.761, blue: 0.373)
/* Android */
Color.parseColor("#fac25f")Accessibility — WCAG contrast
Aa
#fac25f on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac25f on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green76.1%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow62.0%
Key (black)2.0%
Color previews
#fac25f text on a black background
contrast 12.95:1
Card sample
#fac25f text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac25f;
Background color
Panel with #fac25f background
background-color: #fac25f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac25f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 194, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 194, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac25f; background: linear-gradient(135deg, #fac25f, #CBFA5F);