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