#f3ab7d
a light, electric orange · warm · closest name: tan
RGB
243, 171, 125
HSL
23°, 83%, 72%
CMYK
0, 30, 49, 5
Luminance
0.4966
Every format
| HEX | #f3ab7d |
| RGB | rgb(243, 171, 125) |
| HSL | hsl(23, 83%, 72%) |
| CMYK | cmyk(0%, 30%, 49%, 5%) |
| LAB | lab(75.9 21.3 34.2) |
| LCH | lch(75.9 40.3 58.1) |
| OKLCH | oklch(0.800 0.104 53.3) |
Copy-ready code
/* CSS */
color: #f3ab7d;
background-color: #f3ab7d;
/* Tailwind (arbitrary) */
class="text-[#f3ab7d] bg-[#f3ab7d]"
/* SCSS */
$brand: #f3ab7d;
/* SwiftUI */
Color(red: 0.953, green: 0.671, blue: 0.490)
/* Android */
Color.parseColor("#f3ab7d")Accessibility — WCAG contrast
Aa
#f3ab7d on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3ab7d on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green67.1%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow48.6%
Key (black)4.7%
Color previews
#f3ab7d text on a black background
contrast 10.93:1
Card sample
#f3ab7d text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3ab7d;
Background color
Panel with #f3ab7d background
background-color: #f3ab7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3ab7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 171, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 171, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3ab7d; background: linear-gradient(135deg, #f3ab7d, #ECF37D);