#f1ab72
a light, electric orange · warm · closest name: peru
RGB
241, 171, 114
HSL
27°, 82%, 70%
CMYK
0, 29, 53, 6
Luminance
0.4904
Every format
| HEX | #f1ab72 |
| RGB | rgb(241, 171, 114) |
| HSL | hsl(27, 82%, 70%) |
| CMYK | cmyk(0%, 29%, 53%, 6%) |
| LAB | lab(75.5 19.5 39.4) |
| LCH | lch(75.5 44.0 63.7) |
| OKLCH | oklch(0.796 0.110 59.4) |
Copy-ready code
/* CSS */
color: #f1ab72;
background-color: #f1ab72;
/* Tailwind (arbitrary) */
class="text-[#f1ab72] bg-[#f1ab72]"
/* SCSS */
$brand: #f1ab72;
/* SwiftUI */
Color(red: 0.945, green: 0.671, blue: 0.447)
/* Android */
Color.parseColor("#f1ab72")Accessibility — WCAG contrast
Aa
#f1ab72 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1ab72 on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green67.1%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta29.0%
Yellow52.7%
Key (black)5.5%
Color previews
#f1ab72 text on a black background
contrast 10.81:1
Card sample
#f1ab72 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1ab72;
Background color
Panel with #f1ab72 background
background-color: #f1ab72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1ab72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 171, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 171, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1ab72; background: linear-gradient(135deg, #f1ab72, #E2F172);