#cd705f
a balanced, vivid red · warm · closest name: salmon
RGB
205, 112, 95
HSL
9°, 52%, 59%
CMYK
0, 45, 54, 20
Luminance
0.2539
Every format
| HEX | #cd705f |
| RGB | rgb(205, 112, 95) |
| HSL | hsl(9, 52%, 59%) |
| CMYK | cmyk(0%, 45%, 54%, 20%) |
| LAB | lab(57.5 34.9 25.7) |
| LCH | lch(57.5 43.4 36.4) |
| OKLCH | oklch(0.646 0.121 31.5) |
Copy-ready code
/* CSS */
color: #cd705f;
background-color: #cd705f;
/* Tailwind (arbitrary) */
class="text-[#cd705f] bg-[#cd705f]"
/* SCSS */
$brand: #cd705f;
/* SwiftUI */
Color(red: 0.804, green: 0.439, blue: 0.373)
/* Android */
Color.parseColor("#cd705f")Accessibility — WCAG contrast
Aa
#cd705f on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd705f on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green43.9%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta45.4%
Yellow53.7%
Key (black)19.6%
Color previews
#cd705f text on a black background
contrast 6.08:1
Card sample
#cd705f text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd705f;
Background color
Panel with #cd705f background
background-color: #cd705f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd705f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 112, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 112, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd705f; background: linear-gradient(135deg, #cd705f, #CDB95F);