#c7828f
a balanced, soft red · warm · closest name: pink
RGB
199, 130, 143
HSL
349°, 38%, 65%
CMYK
0, 35, 28, 22
Luminance
0.3009
Every format
| HEX | #c7828f |
| RGB | rgb(199, 130, 143) |
| HSL | hsl(349, 38%, 65%) |
| CMYK | cmyk(0%, 35%, 28%, 22%) |
| LAB | lab(61.7 28.4 4.1) |
| LCH | lch(61.7 28.6 8.2) |
| OKLCH | oklch(0.681 0.087 7.3) |
Copy-ready code
/* CSS */
color: #c7828f;
background-color: #c7828f;
/* Tailwind (arbitrary) */
class="text-[#c7828f] bg-[#c7828f]"
/* SCSS */
$brand: #c7828f;
/* SwiftUI */
Color(red: 0.780, green: 0.510, blue: 0.561)
/* Android */
Color.parseColor("#c7828f")Accessibility — WCAG contrast
Aa
#c7828f on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7828f on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green51.0%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta34.7%
Yellow28.1%
Key (black)22.0%
Color previews
#c7828f text on a black background
contrast 7.02:1
Card sample
#c7828f text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7828f;
Background color
Panel with #c7828f background
background-color: #c7828f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7828f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 130, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 130, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7828f; background: linear-gradient(135deg, #c7828f, #C7A382);