#ff838c
a light, electric red · warm · closest name: salmon
RGB
255, 131, 140
HSL
356°, 100%, 76%
CMYK
0, 49, 45, 0
Luminance
0.3939
Every format
| HEX | #ff838c |
| RGB | rgb(255, 131, 140) |
| HSL | hsl(356, 100%, 76%) |
| CMYK | cmyk(0%, 49%, 45%, 0%) |
| LAB | lab(69.0 47.8 17.1) |
| LCH | lch(69.0 50.8 19.7) |
| OKLCH | oklch(0.751 0.151 16.8) |
Copy-ready code
/* CSS */
color: #ff838c;
background-color: #ff838c;
/* Tailwind (arbitrary) */
class="text-[#ff838c] bg-[#ff838c]"
/* SCSS */
$brand: #ff838c;
/* SwiftUI */
Color(red: 1.000, green: 0.514, blue: 0.549)
/* Android */
Color.parseColor("#ff838c")Accessibility — WCAG contrast
Aa
#ff838c on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff838c on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green51.4%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta48.6%
Yellow45.1%
Key (black)0.0%
Color previews
#ff838c text on a black background
contrast 8.88:1
Card sample
#ff838c text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff838c;
Background color
Panel with #ff838c background
background-color: #ff838c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff838c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 131, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 131, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff838c; background: linear-gradient(135deg, #ff838c, #FFCD83);