#ff765c
a light, electric red · warm · closest name: coral
RGB
255, 118, 92
HSL
10°, 100%, 68%
CMYK
0, 54, 64, 0
Luminance
0.3499
Every format
| HEX | #ff765c |
| RGB | rgb(255, 118, 92) |
| HSL | hsl(10, 100%, 68%) |
| CMYK | cmyk(0%, 54%, 64%, 0%) |
| LAB | lab(65.8 50.4 39.4) |
| LCH | lch(65.8 63.9 38.0) |
| OKLCH | oklch(0.724 0.173 32.4) |
Copy-ready code
/* CSS */
color: #ff765c;
background-color: #ff765c;
/* Tailwind (arbitrary) */
class="text-[#ff765c] bg-[#ff765c]"
/* SCSS */
$brand: #ff765c;
/* SwiftUI */
Color(red: 1.000, green: 0.463, blue: 0.361)
/* Android */
Color.parseColor("#ff765c")Accessibility — WCAG contrast
Aa
#ff765c on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff765c on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green46.3%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta53.7%
Yellow63.9%
Key (black)0.0%
Color previews
#ff765c text on a black background
contrast 8.00:1
Card sample
#ff765c text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff765c;
Background color
Panel with #ff765c background
background-color: #ff765c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff765c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 118, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 118, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff765c; background: linear-gradient(135deg, #ff765c, #FFE35C);