#f3ab61
a light, electric orange · warm · closest name: peru
RGB
243, 171, 97
HSL
30°, 86%, 67%
CMYK
0, 30, 60, 5
Luminance
0.4904
Every format
| HEX | #f3ab61 |
| RGB | rgb(243, 171, 97) |
| HSL | hsl(30, 86%, 67%) |
| CMYK | cmyk(0%, 30%, 60%, 5%) |
| LAB | lab(75.5 19.0 48.1) |
| LCH | lch(75.5 51.7 68.4) |
| OKLCH | oklch(0.796 0.124 65.1) |
Copy-ready code
/* CSS */
color: #f3ab61;
background-color: #f3ab61;
/* Tailwind (arbitrary) */
class="text-[#f3ab61] bg-[#f3ab61]"
/* SCSS */
$brand: #f3ab61;
/* SwiftUI */
Color(red: 0.953, green: 0.671, blue: 0.380)
/* Android */
Color.parseColor("#f3ab61")Accessibility — WCAG contrast
Aa
#f3ab61 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3ab61 on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green67.1%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow60.1%
Key (black)4.7%
Color previews
#f3ab61 text on a black background
contrast 10.81:1
Card sample
#f3ab61 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3ab61;
Background color
Panel with #f3ab61 background
background-color: #f3ab61;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3ab61;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 171, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 171, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3ab61; background: linear-gradient(135deg, #f3ab61, #DAF361);