#f1925e
a light, electric orange · warm · closest name: peru
RGB
241, 146, 94
HSL
21°, 84%, 66%
CMYK
0, 39, 61, 6
Luminance
0.4007
Every format
| HEX | #f1925e |
| RGB | rgb(241, 146, 94) |
| HSL | hsl(21, 84%, 66%) |
| CMYK | cmyk(0%, 39%, 61%, 6%) |
| LAB | lab(69.5 31.1 42.4) |
| LCH | lch(69.5 52.6 53.7) |
| OKLCH | oklch(0.749 0.133 48.5) |
Copy-ready code
/* CSS */
color: #f1925e;
background-color: #f1925e;
/* Tailwind (arbitrary) */
class="text-[#f1925e] bg-[#f1925e]"
/* SCSS */
$brand: #f1925e;
/* SwiftUI */
Color(red: 0.945, green: 0.573, blue: 0.369)
/* Android */
Color.parseColor("#f1925e")Accessibility — WCAG contrast
Aa
#f1925e on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1925e on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green57.3%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta39.4%
Yellow61.0%
Key (black)5.5%
Color previews
#f1925e text on a black background
contrast 9.01:1
Card sample
#f1925e text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1925e;
Background color
Panel with #f1925e background
background-color: #f1925e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1925e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 146, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 146, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1925e; background: linear-gradient(135deg, #f1925e, #EEF15E);