#f5a592
a light, electric red · warm · closest name: pink
RGB
245, 165, 146
HSL
12°, 83%, 77%
CMYK
0, 33, 40, 4
Luminance
0.4840
Every format
| HEX | #f5a592 |
| RGB | rgb(245, 165, 146) |
| HSL | hsl(12, 83%, 77%) |
| CMYK | cmyk(0%, 33%, 40%, 4%) |
| LAB | lab(75.1 27.3 21.9) |
| LCH | lch(75.1 35.0 38.7) |
| OKLCH | oklch(0.795 0.099 34.0) |
Copy-ready code
/* CSS */
color: #f5a592;
background-color: #f5a592;
/* Tailwind (arbitrary) */
class="text-[#f5a592] bg-[#f5a592]"
/* SCSS */
$brand: #f5a592;
/* SwiftUI */
Color(red: 0.961, green: 0.647, blue: 0.573)
/* Android */
Color.parseColor("#f5a592")Accessibility — WCAG contrast
Aa
#f5a592 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5a592 on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green64.7%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta32.7%
Yellow40.4%
Key (black)3.9%
Color previews
#f5a592 text on a black background
contrast 10.68:1
Card sample
#f5a592 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5a592;
Background color
Panel with #f5a592 background
background-color: #f5a592;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5a592;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 165, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 165, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5a592; background: linear-gradient(135deg, #f5a592, #F5E792);