#f1925a
a balanced, electric orange · warm · closest name: peru
RGB
241, 146, 90
HSL
22°, 84%, 65%
CMYK
0, 39, 63, 6
Luminance
0.4000
Every format
| HEX | #f1925a |
| RGB | rgb(241, 146, 90) |
| HSL | hsl(22, 84%, 65%) |
| CMYK | cmyk(0%, 39%, 63%, 6%) |
| LAB | lab(69.5 30.9 44.4) |
| LCH | lch(69.5 54.1 55.2) |
| OKLCH | oklch(0.748 0.135 50.0) |
Copy-ready code
/* CSS */
color: #f1925a;
background-color: #f1925a;
/* Tailwind (arbitrary) */
class="text-[#f1925a] bg-[#f1925a]"
/* SCSS */
$brand: #f1925a;
/* SwiftUI */
Color(red: 0.945, green: 0.573, blue: 0.353)
/* Android */
Color.parseColor("#f1925a")Accessibility — WCAG contrast
Aa
#f1925a on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1925a on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green57.3%
Blue35.3%
CMYK percentages
Cyan0.0%
Magenta39.4%
Yellow62.7%
Key (black)5.5%
Color previews
#f1925a text on a black background
contrast 9.00:1
Card sample
#f1925a text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1925a;
Background color
Panel with #f1925a background
background-color: #f1925a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1925a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 146, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 146, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1925a; background: linear-gradient(135deg, #f1925a, #EBF15A);