#ff829b
a light, electric red · warm · closest name: salmon
RGB
255, 130, 155
HSL
348°, 100%, 76%
CMYK
0, 49, 39, 0
Luminance
0.3959
Every format
| HEX | #ff829b |
| RGB | rgb(255, 130, 155) |
| HSL | hsl(348, 100%, 76%) |
| CMYK | cmyk(0%, 49%, 39%, 0%) |
| LAB | lab(69.2 49.9 8.9) |
| LCH | lch(69.2 50.6 10.1) |
| OKLCH | oklch(0.754 0.153 8.8) |
Copy-ready code
/* CSS */
color: #ff829b;
background-color: #ff829b;
/* Tailwind (arbitrary) */
class="text-[#ff829b] bg-[#ff829b]"
/* SCSS */
$brand: #ff829b;
/* SwiftUI */
Color(red: 1.000, green: 0.510, blue: 0.608)
/* Android */
Color.parseColor("#ff829b")Accessibility — WCAG contrast
Aa
#ff829b on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff829b on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green51.0%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta49.0%
Yellow39.2%
Key (black)0.0%
Color previews
#ff829b text on a black background
contrast 8.92:1
Card sample
#ff829b text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff829b;
Background color
Panel with #ff829b background
background-color: #ff829b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff829b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 130, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 130, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff829b; background: linear-gradient(135deg, #ff829b, #FFBC82);