#ff667c
a light, electric red · warm · closest name: salmon
RGB
255, 102, 124
HSL
351°, 100%, 70%
CMYK
0, 60, 51, 0
Luminance
0.3222
Every format
| HEX | #ff667c |
| RGB | rgb(255, 102, 124) |
| HSL | hsl(351, 100%, 70%) |
| CMYK | cmyk(0%, 60%, 51%, 0%) |
| LAB | lab(63.5 59.9 18.6) |
| LCH | lch(63.5 62.7 17.2) |
| OKLCH | oklch(0.709 0.186 14.6) |
Copy-ready code
/* CSS */
color: #ff667c;
background-color: #ff667c;
/* Tailwind (arbitrary) */
class="text-[#ff667c] bg-[#ff667c]"
/* SCSS */
$brand: #ff667c;
/* SwiftUI */
Color(red: 1.000, green: 0.400, blue: 0.486)
/* Android */
Color.parseColor("#ff667c")Accessibility — WCAG contrast
Aa
#ff667c on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff667c on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green40.0%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow51.4%
Key (black)0.0%
Color previews
#ff667c text on a black background
contrast 7.44:1
Card sample
#ff667c text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff667c;
Background color
Panel with #ff667c background
background-color: #ff667c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff667c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 102, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 102, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff667c; background: linear-gradient(135deg, #ff667c, #FFB666);