#ff4e7a
a light, electric red · warm · closest name: crimson
RGB
255, 78, 122
HSL
345°, 100%, 65%
CMYK
0, 69, 52, 0
Luminance
0.2811
Every format
| HEX | #ff4e7a |
| RGB | rgb(255, 78, 122) |
| HSL | hsl(345, 100%, 65%) |
| CMYK | cmyk(0%, 69%, 52%, 0%) |
| LAB | lab(60.0 69.2 14.9) |
| LCH | lch(60.0 70.7 12.1) |
| OKLCH | oklch(0.682 0.213 10.2) |
Copy-ready code
/* CSS */
color: #ff4e7a;
background-color: #ff4e7a;
/* Tailwind (arbitrary) */
class="text-[#ff4e7a] bg-[#ff4e7a]"
/* SCSS */
$brand: #ff4e7a;
/* SwiftUI */
Color(red: 1.000, green: 0.306, blue: 0.478)
/* Android */
Color.parseColor("#ff4e7a")Accessibility — WCAG contrast
Aa
#ff4e7a on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff4e7a on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green30.6%
Blue47.8%
CMYK percentages
Cyan0.0%
Magenta69.4%
Yellow52.2%
Key (black)0.0%
Color previews
#ff4e7a text on a black background
contrast 6.62:1
Card sample
#ff4e7a text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff4e7a;
Background color
Panel with #ff4e7a background
background-color: #ff4e7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff4e7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 78, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 78, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff4e7a; background: linear-gradient(135deg, #ff4e7a, #FF984E);