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