#ff6f8b
a light, electric red · warm · closest name: salmon
RGB
255, 111, 139
HSL
348°, 100%, 72%
CMYK
0, 57, 46, 0
Luminance
0.3449
Every format
| HEX | #ff6f8b |
| RGB | rgb(255, 111, 139) |
| HSL | hsl(348, 100%, 72%) |
| CMYK | cmyk(0%, 57%, 46%, 0%) |
| LAB | lab(65.4 57.2 12.5) |
| LCH | lch(65.4 58.5 12.4) |
| OKLCH | oklch(0.724 0.176 10.6) |
Copy-ready code
/* CSS */
color: #ff6f8b;
background-color: #ff6f8b;
/* Tailwind (arbitrary) */
class="text-[#ff6f8b] bg-[#ff6f8b]"
/* SCSS */
$brand: #ff6f8b;
/* SwiftUI */
Color(red: 1.000, green: 0.435, blue: 0.545)
/* Android */
Color.parseColor("#ff6f8b")Accessibility — WCAG contrast
Aa
#ff6f8b on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6f8b on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green43.5%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta56.5%
Yellow45.5%
Key (black)0.0%
Color previews
#ff6f8b text on a black background
contrast 7.90:1
Card sample
#ff6f8b text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6f8b;
Background color
Panel with #ff6f8b background
background-color: #ff6f8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6f8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 111, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 111, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6f8b; background: linear-gradient(135deg, #ff6f8b, #FFB36F);