#ffa18f
a light, electric red · warm · closest name: salmon
RGB
255, 161, 143
HSL
10°, 100%, 78%
CMYK
0, 37, 44, 0
Luminance
0.4873
Every format
| HEX | #ffa18f |
| RGB | rgb(255, 161, 143) |
| HSL | hsl(10, 100%, 78%) |
| CMYK | cmyk(0%, 37%, 44%, 0%) |
| LAB | lab(75.3 32.9 24.0) |
| LCH | lch(75.3 40.8 36.1) |
| OKLCH | oklch(0.799 0.116 31.5) |
Copy-ready code
/* CSS */
color: #ffa18f;
background-color: #ffa18f;
/* Tailwind (arbitrary) */
class="text-[#ffa18f] bg-[#ffa18f]"
/* SCSS */
$brand: #ffa18f;
/* SwiftUI */
Color(red: 1.000, green: 0.631, blue: 0.561)
/* Android */
Color.parseColor("#ffa18f")Accessibility — WCAG contrast
Aa
#ffa18f on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa18f on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green63.1%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta36.9%
Yellow43.9%
Key (black)0.0%
Color previews
#ffa18f text on a black background
contrast 10.75:1
Card sample
#ffa18f text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa18f;
Background color
Panel with #ffa18f background
background-color: #ffa18f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa18f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 161, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 161, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa18f; background: linear-gradient(135deg, #ffa18f, #FFEC8F);