#ff968b
a light, electric red · warm · closest name: salmon
RGB
255, 150, 139
HSL
6°, 100%, 77%
CMYK
0, 41, 46, 0
Luminance
0.4494
Every format
| HEX | #ff968b |
| RGB | rgb(255, 150, 139) |
| HSL | hsl(6, 100%, 77%) |
| CMYK | cmyk(0%, 41%, 46%, 0%) |
| LAB | lab(72.8 38.2 22.9) |
| LCH | lch(72.8 44.5 30.9) |
| OKLCH | oklch(0.780 0.128 26.7) |
Copy-ready code
/* CSS */
color: #ff968b;
background-color: #ff968b;
/* Tailwind (arbitrary) */
class="text-[#ff968b] bg-[#ff968b]"
/* SCSS */
$brand: #ff968b;
/* SwiftUI */
Color(red: 1.000, green: 0.588, blue: 0.545)
/* Android */
Color.parseColor("#ff968b")Accessibility — WCAG contrast
Aa
#ff968b on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff968b on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green58.8%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta41.2%
Yellow45.5%
Key (black)0.0%
Color previews
#ff968b text on a black background
contrast 9.99:1
Card sample
#ff968b text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff968b;
Background color
Panel with #ff968b background
background-color: #ff968b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff968b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 150, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 150, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff968b; background: linear-gradient(135deg, #ff968b, #FFE38B);