#f1b261
a light, electric orange · warm · closest name: peru
RGB
241, 178, 97
HSL
34°, 84%, 66%
CMYK
0, 26, 60, 6
Luminance
0.5140
Every format
| HEX | #f1b261 |
| RGB | rgb(241, 178, 97) |
| HSL | hsl(34, 84%, 66%) |
| CMYK | cmyk(0%, 26%, 60%, 6%) |
| LAB | lab(76.9 14.5 49.7) |
| LCH | lch(76.9 51.8 73.8) |
| OKLCH | oklch(0.806 0.122 71.4) |
Copy-ready code
/* CSS */
color: #f1b261;
background-color: #f1b261;
/* Tailwind (arbitrary) */
class="text-[#f1b261] bg-[#f1b261]"
/* SCSS */
$brand: #f1b261;
/* SwiftUI */
Color(red: 0.945, green: 0.698, blue: 0.380)
/* Android */
Color.parseColor("#f1b261")Accessibility — WCAG contrast
Aa
#f1b261 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1b261 on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green69.8%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow59.8%
Key (black)5.5%
Color previews
#f1b261 text on a black background
contrast 11.28:1
Card sample
#f1b261 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1b261;
Background color
Panel with #f1b261 background
background-color: #f1b261;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1b261;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 178, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 178, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1b261; background: linear-gradient(135deg, #f1b261, #D0F161);