#f6325b
a balanced, electric red · warm · closest name: crimson
RGB
246, 50, 91
HSL
347°, 92%, 58%
CMYK
0, 80, 63, 4
Luminance
0.2263
Every format
| HEX | #f6325b |
| RGB | rgb(246, 50, 91) |
| HSL | hsl(347, 92%, 58%) |
| CMYK | cmyk(0%, 80%, 63%, 4%) |
| LAB | lab(54.7 73.2 25.7) |
| LCH | lch(54.7 77.6 19.4) |
| OKLCH | oklch(0.638 0.227 15.8) |
Copy-ready code
/* CSS */
color: #f6325b;
background-color: #f6325b;
/* Tailwind (arbitrary) */
class="text-[#f6325b] bg-[#f6325b]"
/* SCSS */
$brand: #f6325b;
/* SwiftUI */
Color(red: 0.965, green: 0.196, blue: 0.357)
/* Android */
Color.parseColor("#f6325b")Accessibility — WCAG contrast
Aa
#f6325b on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f6325b on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green19.6%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta79.7%
Yellow63.0%
Key (black)3.5%
Color previews
#f6325b text on a black background
contrast 5.53:1
Card sample
#f6325b text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6325b;
Background color
Panel with #f6325b background
background-color: #f6325b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6325b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 50, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 50, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6325b; background: linear-gradient(135deg, #f6325b, #F68B32);