#ff516b
a light, electric red · warm · closest name: crimson
RGB
255, 81, 107
HSL
351°, 100%, 66%
CMYK
0, 68, 58, 0
Luminance
0.2821
Every format
| HEX | #ff516b |
| RGB | rgb(255, 81, 107) |
| HSL | hsl(351, 100%, 66%) |
| CMYK | cmyk(0%, 68%, 58%, 0%) |
| LAB | lab(60.1 67.0 23.7) |
| LCH | lch(60.1 71.1 19.5) |
| OKLCH | oklch(0.682 0.209 16.2) |
Copy-ready code
/* CSS */
color: #ff516b;
background-color: #ff516b;
/* Tailwind (arbitrary) */
class="text-[#ff516b] bg-[#ff516b]"
/* SCSS */
$brand: #ff516b;
/* SwiftUI */
Color(red: 1.000, green: 0.318, blue: 0.420)
/* Android */
Color.parseColor("#ff516b")Accessibility — WCAG contrast
Aa
#ff516b on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff516b on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green31.8%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta68.2%
Yellow58.0%
Key (black)0.0%
Color previews
#ff516b text on a black background
contrast 6.64:1
Card sample
#ff516b text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff516b;
Background color
Panel with #ff516b background
background-color: #ff516b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff516b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 81, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 81, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff516b; background: linear-gradient(135deg, #ff516b, #FFAB51);