#ce7898
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
206, 120, 152
HSL
338°, 47%, 64%
CMYK
0, 42, 26, 19
Luminance
0.2882
Every format
| HEX | #ce7898 |
| RGB | rgb(206, 120, 152) |
| HSL | hsl(338, 47%, 64%) |
| CMYK | cmyk(0%, 42%, 26%, 19%) |
| LAB | lab(60.6 37.5 -2.6) |
| LCH | lch(60.6 37.6 356.1) |
| OKLCH | oklch(0.675 0.113 356.8) |
Copy-ready code
/* CSS */
color: #ce7898;
background-color: #ce7898;
/* Tailwind (arbitrary) */
class="text-[#ce7898] bg-[#ce7898]"
/* SCSS */
$brand: #ce7898;
/* SwiftUI */
Color(red: 0.808, green: 0.471, blue: 0.596)
/* Android */
Color.parseColor("#ce7898")Accessibility — WCAG contrast
Aa
#ce7898 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce7898 on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green47.1%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow26.2%
Key (black)19.2%
Color previews
#ce7898 text on a black background
contrast 6.76:1
Card sample
#ce7898 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7898;
Background color
Panel with #ce7898 background
background-color: #ce7898;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7898;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 120, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 120, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7898; background: linear-gradient(135deg, #ce7898, #CE9178);