#f5a399
a light, electric red · warm · closest name: pink
RGB
245, 163, 153
HSL
7°, 82%, 78%
CMYK
0, 34, 38, 4
Luminance
0.4791
Every format
| HEX | #f5a399 |
| RGB | rgb(245, 163, 153) |
| HSL | hsl(7, 82%, 78%) |
| CMYK | cmyk(0%, 34%, 38%, 4%) |
| LAB | lab(74.8 29.2 17.7) |
| LCH | lch(74.8 34.1 31.2) |
| OKLCH | oklch(0.794 0.099 27.1) |
Copy-ready code
/* CSS */
color: #f5a399;
background-color: #f5a399;
/* Tailwind (arbitrary) */
class="text-[#f5a399] bg-[#f5a399]"
/* SCSS */
$brand: #f5a399;
/* SwiftUI */
Color(red: 0.961, green: 0.639, blue: 0.600)
/* Android */
Color.parseColor("#f5a399")Accessibility — WCAG contrast
Aa
#f5a399 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5a399 on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green63.9%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow37.6%
Key (black)3.9%
Color previews
#f5a399 text on a black background
contrast 10.58:1
Card sample
#f5a399 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5a399;
Background color
Panel with #f5a399 background
background-color: #f5a399;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5a399;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 163, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 163, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5a399; background: linear-gradient(135deg, #f5a399, #F5E099);