#ff6e6e
a light, electric red · warm · closest name: salmon
RGB
255, 110, 110
HSL
0°, 100%, 72%
CMYK
0, 57, 57, 0
Luminance
0.3354
Every format
| HEX | #ff6e6e |
| RGB | rgb(255, 110, 110) |
| HSL | hsl(0, 100%, 72%) |
| CMYK | cmyk(0%, 57%, 57%, 0%) |
| LAB | lab(64.6 55.2 28.0) |
| LCH | lch(64.6 61.9 26.9) |
| OKLCH | oklch(0.716 0.178 22.6) |
Copy-ready code
/* CSS */
color: #ff6e6e;
background-color: #ff6e6e;
/* Tailwind (arbitrary) */
class="text-[#ff6e6e] bg-[#ff6e6e]"
/* SCSS */
$brand: #ff6e6e;
/* SwiftUI */
Color(red: 1.000, green: 0.431, blue: 0.431)
/* Android */
Color.parseColor("#ff6e6e")Accessibility — WCAG contrast
Aa
#ff6e6e on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6e6e on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green43.1%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta56.9%
Yellow56.9%
Key (black)0.0%
Color previews
#ff6e6e text on a black background
contrast 7.71:1
Card sample
#ff6e6e text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6e6e;
Background color
Panel with #ff6e6e background
background-color: #ff6e6e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6e6e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 110, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 110, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6e6e; background: linear-gradient(135deg, #ff6e6e, #FFCF6E);