#ff4f6f
a light, electric red · warm · closest name: crimson
RGB
255, 79, 111
HSL
349°, 100%, 66%
CMYK
0, 69, 57, 0
Luminance
0.2800
Every format
| HEX | #ff4f6f |
| RGB | rgb(255, 79, 111) |
| HSL | hsl(349, 100%, 66%) |
| CMYK | cmyk(0%, 69%, 57%, 0%) |
| LAB | lab(59.9 68.0 21.1) |
| LCH | lch(59.9 71.2 17.3) |
| OKLCH | oklch(0.681 0.211 14.4) |
Copy-ready code
/* CSS */
color: #ff4f6f;
background-color: #ff4f6f;
/* Tailwind (arbitrary) */
class="text-[#ff4f6f] bg-[#ff4f6f]"
/* SCSS */
$brand: #ff4f6f;
/* SwiftUI */
Color(red: 1.000, green: 0.310, blue: 0.435)
/* Android */
Color.parseColor("#ff4f6f")Accessibility — WCAG contrast
Aa
#ff4f6f on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff4f6f on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green31.0%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta69.0%
Yellow56.5%
Key (black)0.0%
Color previews
#ff4f6f text on a black background
contrast 6.60:1
Card sample
#ff4f6f text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff4f6f;
Background color
Panel with #ff4f6f background
background-color: #ff4f6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff4f6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 79, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 79, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff4f6f; background: linear-gradient(135deg, #ff4f6f, #FFA44F);