#c2708b
a balanced, soft magenta / pink · warm · closest name: plum
RGB
194, 112, 139
HSL
340°, 40%, 60%
CMYK
0, 42, 28, 24
Luminance
0.2492
Every format
| HEX | #c2708b |
| RGB | rgb(194, 112, 139) |
| HSL | hsl(340, 40%, 60%) |
| CMYK | cmyk(0%, 42%, 28%, 24%) |
| LAB | lab(57.0 35.7 -0.6) |
| LCH | lch(57.0 35.7 359.1) |
| OKLCH | oklch(0.643 0.108 359.5) |
Copy-ready code
/* CSS */
color: #c2708b;
background-color: #c2708b;
/* Tailwind (arbitrary) */
class="text-[#c2708b] bg-[#c2708b]"
/* SCSS */
$brand: #c2708b;
/* SwiftUI */
Color(red: 0.761, green: 0.439, blue: 0.545)
/* Android */
Color.parseColor("#c2708b")Accessibility — WCAG contrast
Aa
#c2708b on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c2708b on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green43.9%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow28.4%
Key (black)23.9%
Color previews
#c2708b text on a black background
contrast 5.98:1
Card sample
#c2708b text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2708b;
Background color
Panel with #c2708b background
background-color: #c2708b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2708b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 112, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 112, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2708b; background: linear-gradient(135deg, #c2708b, #C28C70);