#ce7a8c
a balanced, vivid red · warm · closest name: pink
RGB
206, 122, 140
HSL
347°, 46%, 64%
CMYK
0, 41, 32, 19
Luminance
0.2893
Every format
| HEX | #ce7a8c |
| RGB | rgb(206, 122, 140) |
| HSL | hsl(347, 46%, 64%) |
| CMYK | cmyk(0%, 41%, 32%, 19%) |
| LAB | lab(60.7 34.9 4.5) |
| LCH | lch(60.7 35.1 7.3) |
| OKLCH | oklch(0.675 0.106 6.5) |
Copy-ready code
/* CSS */
color: #ce7a8c;
background-color: #ce7a8c;
/* Tailwind (arbitrary) */
class="text-[#ce7a8c] bg-[#ce7a8c]"
/* SCSS */
$brand: #ce7a8c;
/* SwiftUI */
Color(red: 0.808, green: 0.478, blue: 0.549)
/* Android */
Color.parseColor("#ce7a8c")Accessibility — WCAG contrast
Aa
#ce7a8c on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce7a8c on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green47.8%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta40.8%
Yellow32.0%
Key (black)19.2%
Color previews
#ce7a8c text on a black background
contrast 6.79:1
Card sample
#ce7a8c text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7a8c;
Background color
Panel with #ce7a8c background
background-color: #ce7a8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7a8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 122, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 122, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7a8c; background: linear-gradient(135deg, #ce7a8c, #CEA07A);