#f65d52
a balanced, electric red · warm · closest name: tomato
RGB
246, 93, 82
HSL
4°, 90%, 64%
CMYK
0, 62, 67, 4
Luminance
0.2803
Every format
| HEX | #f65d52 |
| RGB | rgb(246, 93, 82) |
| HSL | hsl(4, 90%, 64%) |
| CMYK | cmyk(0%, 62%, 67%, 4%) |
| LAB | lab(59.9 57.9 37.5) |
| LCH | lch(59.9 69.0 32.9) |
| OKLCH | oklch(0.677 0.190 27.4) |
Copy-ready code
/* CSS */
color: #f65d52;
background-color: #f65d52;
/* Tailwind (arbitrary) */
class="text-[#f65d52] bg-[#f65d52]"
/* SCSS */
$brand: #f65d52;
/* SwiftUI */
Color(red: 0.965, green: 0.365, blue: 0.322)
/* Android */
Color.parseColor("#f65d52")Accessibility — WCAG contrast
Aa
#f65d52 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f65d52 on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green36.5%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta62.2%
Yellow66.7%
Key (black)3.5%
Color previews
#f65d52 text on a black background
contrast 6.61:1
Card sample
#f65d52 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f65d52;
Background color
Panel with #f65d52 background
background-color: #f65d52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f65d52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 93, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 93, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f65d52; background: linear-gradient(135deg, #f65d52, #F6CA52);