#ff668c
a light, electric red · warm · closest name: salmon
RGB
255, 102, 140
HSL
345°, 100%, 70%
CMYK
0, 60, 45, 0
Luminance
0.3266
Every format
| HEX | #ff668c |
| RGB | rgb(255, 102, 140) |
| HSL | hsl(345, 100%, 70%) |
| CMYK | cmyk(0%, 60%, 45%, 0%) |
| LAB | lab(63.9 61.2 9.9) |
| LCH | lch(63.9 62.0 9.2) |
| OKLCH | oklch(0.713 0.188 7.9) |
Copy-ready code
/* CSS */
color: #ff668c;
background-color: #ff668c;
/* Tailwind (arbitrary) */
class="text-[#ff668c] bg-[#ff668c]"
/* SCSS */
$brand: #ff668c;
/* SwiftUI */
Color(red: 1.000, green: 0.400, blue: 0.549)
/* Android */
Color.parseColor("#ff668c")Accessibility — WCAG contrast
Aa
#ff668c on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff668c on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green40.0%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow45.1%
Key (black)0.0%
Color previews
#ff668c text on a black background
contrast 7.53:1
Card sample
#ff668c text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff668c;
Background color
Panel with #ff668c background
background-color: #ff668c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff668c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 102, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 102, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff668c; background: linear-gradient(135deg, #ff668c, #FFA666);