#ce7575
a balanced, vivid red · warm · closest name: salmon
RGB
206, 117, 117
HSL
0°, 48%, 63%
CMYK
0, 43, 43, 19
Luminance
0.2713
Every format
| HEX | #ce7575 |
| RGB | rgb(206, 117, 117) |
| HSL | hsl(0, 48%, 63%) |
| CMYK | cmyk(0%, 43%, 43%, 19%) |
| LAB | lab(59.1 34.8 15.4) |
| LCH | lch(59.1 38.0 23.8) |
| OKLCH | oklch(0.661 0.112 20.5) |
Copy-ready code
/* CSS */
color: #ce7575;
background-color: #ce7575;
/* Tailwind (arbitrary) */
class="text-[#ce7575] bg-[#ce7575]"
/* SCSS */
$brand: #ce7575;
/* SwiftUI */
Color(red: 0.808, green: 0.459, blue: 0.459)
/* Android */
Color.parseColor("#ce7575")Accessibility — WCAG contrast
Aa
#ce7575 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce7575 on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green45.9%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta43.2%
Yellow43.2%
Key (black)19.2%
Color previews
#ce7575 text on a black background
contrast 6.43:1
Card sample
#ce7575 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7575;
Background color
Panel with #ce7575 background
background-color: #ce7575;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7575;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 117, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 117, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7575; background: linear-gradient(135deg, #ce7575, #CEB075);