#ff3f6c
a balanced, electric red · warm · closest name: crimson
RGB
255, 63, 108
HSL
346°, 100%, 62%
CMYK
0, 75, 58, 0
Luminance
0.2590
Every format
| HEX | #ff3f6c |
| RGB | rgb(255, 63, 108) |
| HSL | hsl(346, 100%, 62%) |
| CMYK | cmyk(0%, 75%, 58%, 0%) |
| LAB | lab(58.0 73.1 20.3) |
| LCH | lch(58.0 75.8 15.5) |
| OKLCH | oklch(0.666 0.226 12.8) |
Copy-ready code
/* CSS */
color: #ff3f6c;
background-color: #ff3f6c;
/* Tailwind (arbitrary) */
class="text-[#ff3f6c] bg-[#ff3f6c]"
/* SCSS */
$brand: #ff3f6c;
/* SwiftUI */
Color(red: 1.000, green: 0.247, blue: 0.424)
/* Android */
Color.parseColor("#ff3f6c")Accessibility — WCAG contrast
Aa
#ff3f6c on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff3f6c on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green24.7%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta75.3%
Yellow57.6%
Key (black)0.0%
Color previews
#ff3f6c text on a black background
contrast 6.18:1
Card sample
#ff3f6c text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff3f6c;
Background color
Panel with #ff3f6c background
background-color: #ff3f6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff3f6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 63, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 63, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff3f6c; background: linear-gradient(135deg, #ff3f6c, #FF923F);