#f65543
a balanced, electric red · warm · closest name: tomato
RGB
246, 85, 67
HSL
6°, 91%, 61%
CMYK
0, 65, 73, 4
Luminance
0.2650
Every format
| HEX | #f65543 |
| RGB | rgb(246, 85, 67) |
| HSL | hsl(6, 91%, 61%) |
| CMYK | cmyk(0%, 65%, 73%, 4%) |
| LAB | lab(58.5 60.5 44.0) |
| LCH | lch(58.5 74.8 36.0) |
| OKLCH | oklch(0.665 0.200 29.7) |
Copy-ready code
/* CSS */
color: #f65543;
background-color: #f65543;
/* Tailwind (arbitrary) */
class="text-[#f65543] bg-[#f65543]"
/* SCSS */
$brand: #f65543;
/* SwiftUI */
Color(red: 0.965, green: 0.333, blue: 0.263)
/* Android */
Color.parseColor("#f65543")Accessibility — WCAG contrast
Aa
#f65543 on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f65543 on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green33.3%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta65.4%
Yellow72.8%
Key (black)3.5%
Color previews
#f65543 text on a black background
contrast 6.30:1
Card sample
#f65543 text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f65543;
Background color
Panel with #f65543 background
background-color: #f65543;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f65543;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 85, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 85, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f65543; background: linear-gradient(135deg, #f65543, #F6CC43);