#ce7f7f
a light, soft red · warm · closest name: salmon
RGB
206, 127, 127
HSL
0°, 45%, 65%
CMYK
0, 38, 38, 19
Luminance
0.2983
Every format
| HEX | #ce7f7f |
| RGB | rgb(206, 127, 127) |
| HSL | hsl(0, 45%, 65%) |
| CMYK | cmyk(0%, 38%, 38%, 19%) |
| LAB | lab(61.5 30.6 13.0) |
| LCH | lch(61.5 33.2 23.1) |
| OKLCH | oklch(0.680 0.098 19.9) |
Copy-ready code
/* CSS */
color: #ce7f7f;
background-color: #ce7f7f;
/* Tailwind (arbitrary) */
class="text-[#ce7f7f] bg-[#ce7f7f]"
/* SCSS */
$brand: #ce7f7f;
/* SwiftUI */
Color(red: 0.808, green: 0.498, blue: 0.498)
/* Android */
Color.parseColor("#ce7f7f")Accessibility — WCAG contrast
Aa
#ce7f7f on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce7f7f on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green49.8%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow38.3%
Key (black)19.2%
Color previews
#ce7f7f text on a black background
contrast 6.97:1
Card sample
#ce7f7f text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7f7f;
Background color
Panel with #ce7f7f background
background-color: #ce7f7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7f7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 127, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 127, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7f7f; background: linear-gradient(135deg, #ce7f7f, #CEB47F);