#fac07c
a light, electric orange · warm · closest name: tan
RGB
250, 192, 124
HSL
32°, 93%, 73%
CMYK
0, 23, 50, 2
Luminance
0.5948
Every format
| HEX | #fac07c |
| RGB | rgb(250, 192, 124) |
| HSL | hsl(32, 93%, 73%) |
| CMYK | cmyk(0%, 23%, 50%, 2%) |
| LAB | lab(81.6 12.9 42.1) |
| LCH | lch(81.6 44.0 72.9) |
| OKLCH | oklch(0.846 0.108 69.9) |
Copy-ready code
/* CSS */
color: #fac07c;
background-color: #fac07c;
/* Tailwind (arbitrary) */
class="text-[#fac07c] bg-[#fac07c]"
/* SCSS */
$brand: #fac07c;
/* SwiftUI */
Color(red: 0.980, green: 0.753, blue: 0.486)
/* Android */
Color.parseColor("#fac07c")Accessibility — WCAG contrast
Aa
#fac07c on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac07c on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green75.3%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta23.2%
Yellow50.4%
Key (black)2.0%
Color previews
#fac07c text on a black background
contrast 12.90:1
Card sample
#fac07c text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac07c;
Background color
Panel with #fac07c background
background-color: #fac07c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac07c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 192, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 192, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac07c; background: linear-gradient(135deg, #fac07c, #E0FA7C);