#f1a592
a light, electric red · warm · closest name: pink
RGB
241, 165, 146
HSL
12°, 77%, 76%
CMYK
0, 32, 39, 6
Luminance
0.4769
Every format
| HEX | #f1a592 |
| RGB | rgb(241, 165, 146) |
| HSL | hsl(12, 77%, 76%) |
| CMYK | cmyk(0%, 32%, 39%, 6%) |
| LAB | lab(74.6 25.8 21.2) |
| LCH | lch(74.6 33.4 39.5) |
| OKLCH | oklch(0.791 0.095 34.6) |
Copy-ready code
/* CSS */
color: #f1a592;
background-color: #f1a592;
/* Tailwind (arbitrary) */
class="text-[#f1a592] bg-[#f1a592]"
/* SCSS */
$brand: #f1a592;
/* SwiftUI */
Color(red: 0.945, green: 0.647, blue: 0.573)
/* Android */
Color.parseColor("#f1a592")Accessibility — WCAG contrast
Aa
#f1a592 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1a592 on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green64.7%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta31.5%
Yellow39.4%
Key (black)5.5%
Color previews
#f1a592 text on a black background
contrast 10.54:1
Card sample
#f1a592 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1a592;
Background color
Panel with #f1a592 background
background-color: #f1a592;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1a592;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 165, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 165, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1a592; background: linear-gradient(135deg, #f1a592, #F1E492);