#ce797f
a balanced, vivid red · warm · closest name: salmon
RGB
206, 121, 127
HSL
356°, 46%, 64%
CMYK
0, 41, 38, 19
Luminance
0.2833
Every format
| HEX | #ce797f |
| RGB | rgb(206, 121, 127) |
| HSL | hsl(356, 46%, 64%) |
| CMYK | cmyk(0%, 41%, 38%, 19%) |
| LAB | lab(60.2 33.8 11.2) |
| LCH | lch(60.2 35.6 18.3) |
| OKLCH | oklch(0.670 0.106 15.8) |
Copy-ready code
/* CSS */
color: #ce797f;
background-color: #ce797f;
/* Tailwind (arbitrary) */
class="text-[#ce797f] bg-[#ce797f]"
/* SCSS */
$brand: #ce797f;
/* SwiftUI */
Color(red: 0.808, green: 0.475, blue: 0.498)
/* Android */
Color.parseColor("#ce797f")Accessibility — WCAG contrast
Aa
#ce797f on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce797f on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green47.5%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta41.3%
Yellow38.3%
Key (black)19.2%
Color previews
#ce797f text on a black background
contrast 6.67:1
Card sample
#ce797f text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce797f;
Background color
Panel with #ce797f background
background-color: #ce797f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce797f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 121, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 121, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce797f; background: linear-gradient(135deg, #ce797f, #CEAC79);