#ff705c
a light, electric red · warm · closest name: tomato
RGB
255, 112, 92
HSL
7°, 100%, 68%
CMYK
0, 56, 64, 0
Luminance
0.3362
Every format
| HEX | #ff705c |
| RGB | rgb(255, 112, 92) |
| HSL | hsl(7, 100%, 68%) |
| CMYK | cmyk(0%, 56%, 64%, 0%) |
| LAB | lab(64.7 53.1 38.0) |
| LCH | lch(64.7 65.4 35.6) |
| OKLCH | oklch(0.716 0.178 30.1) |
Copy-ready code
/* CSS */
color: #ff705c;
background-color: #ff705c;
/* Tailwind (arbitrary) */
class="text-[#ff705c] bg-[#ff705c]"
/* SCSS */
$brand: #ff705c;
/* SwiftUI */
Color(red: 1.000, green: 0.439, blue: 0.361)
/* Android */
Color.parseColor("#ff705c")Accessibility — WCAG contrast
Aa
#ff705c on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff705c on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green43.9%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow63.9%
Key (black)0.0%
Color previews
#ff705c text on a black background
contrast 7.72:1
Card sample
#ff705c text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff705c;
Background color
Panel with #ff705c background
background-color: #ff705c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff705c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 112, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 112, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff705c; background: linear-gradient(135deg, #ff705c, #FFDD5C);