#ff6d99
a light, electric magenta / pink · warm · closest name: salmon
RGB
255, 109, 153
HSL
342°, 100%, 71%
CMYK
0, 57, 40, 0
Luminance
0.3450
Every format
| HEX | #ff6d99 |
| RGB | rgb(255, 109, 153) |
| HSL | hsl(342, 100%, 71%) |
| CMYK | cmyk(0%, 57%, 40%, 0%) |
| LAB | lab(65.4 59.5 4.5) |
| LCH | lch(65.4 59.6 4.4) |
| OKLCH | oklch(0.725 0.182 3.9) |
Copy-ready code
/* CSS */
color: #ff6d99;
background-color: #ff6d99;
/* Tailwind (arbitrary) */
class="text-[#ff6d99] bg-[#ff6d99]"
/* SCSS */
$brand: #ff6d99;
/* SwiftUI */
Color(red: 1.000, green: 0.427, blue: 0.600)
/* Android */
Color.parseColor("#ff6d99")Accessibility — WCAG contrast
Aa
#ff6d99 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6d99 on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green42.7%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta57.3%
Yellow40.0%
Key (black)0.0%
Color previews
#ff6d99 text on a black background
contrast 7.90:1
Card sample
#ff6d99 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6d99;
Background color
Panel with #ff6d99 background
background-color: #ff6d99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6d99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 109, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 109, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6d99; background: linear-gradient(135deg, #ff6d99, #FFA26D);