#f3ba7c
a light, electric orange · warm · closest name: tan
RGB
243, 186, 124
HSL
31°, 83%, 72%
CMYK
0, 24, 49, 5
Luminance
0.5563
Every format
| HEX | #f3ba7c |
| RGB | rgb(243, 186, 124) |
| HSL | hsl(31, 83%, 72%) |
| CMYK | cmyk(0%, 24%, 49%, 5%) |
| LAB | lab(79.4 13.3 39.2) |
| LCH | lch(79.4 41.4 71.3) |
| OKLCH | oklch(0.827 0.103 68.0) |
Copy-ready code
/* CSS */
color: #f3ba7c;
background-color: #f3ba7c;
/* Tailwind (arbitrary) */
class="text-[#f3ba7c] bg-[#f3ba7c]"
/* SCSS */
$brand: #f3ba7c;
/* SwiftUI */
Color(red: 0.953, green: 0.729, blue: 0.486)
/* Android */
Color.parseColor("#f3ba7c")Accessibility — WCAG contrast
Aa
#f3ba7c on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3ba7c on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green72.9%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow49.0%
Key (black)4.7%
Color previews
#f3ba7c text on a black background
contrast 12.13:1
Card sample
#f3ba7c text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3ba7c;
Background color
Panel with #f3ba7c background
background-color: #f3ba7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3ba7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 186, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 186, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3ba7c; background: linear-gradient(135deg, #f3ba7c, #DDF37C);