#ff7b85
a light, electric red · warm · closest name: salmon
RGB
255, 123, 133
HSL
356°, 100%, 74%
CMYK
0, 52, 48, 0
Luminance
0.3712
Every format
| HEX | #ff7b85 |
| RGB | rgb(255, 123, 133) |
| HSL | hsl(356, 100%, 74%) |
| CMYK | cmyk(0%, 52%, 48%, 0%) |
| LAB | lab(67.4 51.0 18.7) |
| LCH | lch(67.4 54.4 20.2) |
| OKLCH | oklch(0.738 0.161 17.2) |
Copy-ready code
/* CSS */
color: #ff7b85;
background-color: #ff7b85;
/* Tailwind (arbitrary) */
class="text-[#ff7b85] bg-[#ff7b85]"
/* SCSS */
$brand: #ff7b85;
/* SwiftUI */
Color(red: 1.000, green: 0.482, blue: 0.522)
/* Android */
Color.parseColor("#ff7b85")Accessibility — WCAG contrast
Aa
#ff7b85 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7b85 on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green48.2%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta51.8%
Yellow47.8%
Key (black)0.0%
Color previews
#ff7b85 text on a black background
contrast 8.42:1
Card sample
#ff7b85 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7b85;
Background color
Panel with #ff7b85 background
background-color: #ff7b85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7b85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 123, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 123, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7b85; background: linear-gradient(135deg, #ff7b85, #FFC97B);