#ce7c8f
a balanced, vivid red · warm · closest name: pink
RGB
206, 124, 143
HSL
346°, 46%, 65%
CMYK
0, 40, 31, 19
Luminance
0.2952
Every format
| HEX | #ce7c8f |
| RGB | rgb(206, 124, 143) |
| HSL | hsl(346, 46%, 65%) |
| CMYK | cmyk(0%, 40%, 31%, 19%) |
| LAB | lab(61.2 34.2 3.5) |
| LCH | lch(61.2 34.4 5.8) |
| OKLCH | oklch(0.679 0.104 5.2) |
Copy-ready code
/* CSS */
color: #ce7c8f;
background-color: #ce7c8f;
/* Tailwind (arbitrary) */
class="text-[#ce7c8f] bg-[#ce7c8f]"
/* SCSS */
$brand: #ce7c8f;
/* SwiftUI */
Color(red: 0.808, green: 0.486, blue: 0.561)
/* Android */
Color.parseColor("#ce7c8f")Accessibility — WCAG contrast
Aa
#ce7c8f on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce7c8f on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green48.6%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta39.8%
Yellow30.6%
Key (black)19.2%
Color previews
#ce7c8f text on a black background
contrast 6.90:1
Card sample
#ce7c8f text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7c8f;
Background color
Panel with #ce7c8f background
background-color: #ce7c8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7c8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 124, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 124, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7c8f; background: linear-gradient(135deg, #ce7c8f, #CEA07C);