#ff929b
a light, electric red · warm · closest name: salmon
RGB
255, 146, 155
HSL
355°, 100%, 79%
CMYK
0, 43, 39, 0
Luminance
0.4418
Every format
| HEX | #ff929b |
| RGB | rgb(255, 146, 155) |
| HSL | hsl(355, 100%, 79%) |
| CMYK | cmyk(0%, 43%, 39%, 0%) |
| LAB | lab(72.3 41.9 13.4) |
| LCH | lch(72.3 44.0 17.7) |
| OKLCH | oklch(0.778 0.131 15.3) |
Copy-ready code
/* CSS */
color: #ff929b;
background-color: #ff929b;
/* Tailwind (arbitrary) */
class="text-[#ff929b] bg-[#ff929b]"
/* SCSS */
$brand: #ff929b;
/* SwiftUI */
Color(red: 1.000, green: 0.573, blue: 0.608)
/* Android */
Color.parseColor("#ff929b")Accessibility — WCAG contrast
Aa
#ff929b on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff929b on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green57.3%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta42.7%
Yellow39.2%
Key (black)0.0%
Color previews
#ff929b text on a black background
contrast 9.84:1
Card sample
#ff929b text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff929b;
Background color
Panel with #ff929b background
background-color: #ff929b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff929b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 146, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 146, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff929b; background: linear-gradient(135deg, #ff929b, #FFD292);