#cd767f
a balanced, vivid red · warm · closest name: salmon
RGB
205, 118, 127
HSL
354°, 47%, 63%
CMYK
0, 42, 38, 20
Luminance
0.2747
Every format
| HEX | #cd767f |
| RGB | rgb(205, 118, 127) |
| HSL | hsl(354, 47%, 63%) |
| CMYK | cmyk(0%, 42%, 38%, 20%) |
| LAB | lab(59.4 35.0 10.0) |
| LCH | lch(59.4 36.4 16.0) |
| OKLCH | oklch(0.663 0.109 13.9) |
Copy-ready code
/* CSS */
color: #cd767f;
background-color: #cd767f;
/* Tailwind (arbitrary) */
class="text-[#cd767f] bg-[#cd767f]"
/* SCSS */
$brand: #cd767f;
/* SwiftUI */
Color(red: 0.804, green: 0.463, blue: 0.498)
/* Android */
Color.parseColor("#cd767f")Accessibility — WCAG contrast
Aa
#cd767f on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd767f on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green46.3%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta42.4%
Yellow38.0%
Key (black)19.6%
Color previews
#cd767f text on a black background
contrast 6.49:1
Card sample
#cd767f text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd767f;
Background color
Panel with #cd767f background
background-color: #cd767f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd767f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 118, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 118, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd767f; background: linear-gradient(135deg, #cd767f, #CDA776);