#f3ac7c
a light, electric orange · warm · closest name: tan
RGB
243, 172, 124
HSL
24°, 83%, 72%
CMYK
0, 29, 49, 5
Luminance
0.5001
Every format
| HEX | #f3ac7c |
| RGB | rgb(243, 172, 124) |
| HSL | hsl(24, 83%, 72%) |
| CMYK | cmyk(0%, 29%, 49%, 5%) |
| LAB | lab(76.1 20.6 35.0) |
| LCH | lch(76.1 40.6 59.5) |
| OKLCH | oklch(0.801 0.105 54.7) |
Copy-ready code
/* CSS */
color: #f3ac7c;
background-color: #f3ac7c;
/* Tailwind (arbitrary) */
class="text-[#f3ac7c] bg-[#f3ac7c]"
/* SCSS */
$brand: #f3ac7c;
/* SwiftUI */
Color(red: 0.953, green: 0.675, blue: 0.486)
/* Android */
Color.parseColor("#f3ac7c")Accessibility — WCAG contrast
Aa
#f3ac7c on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3ac7c on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green67.5%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta29.2%
Yellow49.0%
Key (black)4.7%
Color previews
#f3ac7c text on a black background
contrast 11.00:1
Card sample
#f3ac7c text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3ac7c;
Background color
Panel with #f3ac7c background
background-color: #f3ac7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3ac7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 172, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 172, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3ac7c; background: linear-gradient(135deg, #f3ac7c, #EBF37C);