#c1908b
a light, soft red · warm · closest name: pink
RGB
193, 144, 139
HSL
6°, 30%, 65%
CMYK
0, 25, 28, 24
Luminance
0.3315
Every format
| HEX | #c1908b |
| RGB | rgb(193, 144, 139) |
| HSL | hsl(6, 30%, 65%) |
| CMYK | cmyk(0%, 25%, 28%, 24%) |
| LAB | lab(64.3 17.8 9.9) |
| LCH | lch(64.3 20.4 29.1) |
| OKLCH | oklch(0.699 0.060 25.3) |
Copy-ready code
/* CSS */
color: #c1908b;
background-color: #c1908b;
/* Tailwind (arbitrary) */
class="text-[#c1908b] bg-[#c1908b]"
/* SCSS */
$brand: #c1908b;
/* SwiftUI */
Color(red: 0.757, green: 0.565, blue: 0.545)
/* Android */
Color.parseColor("#c1908b")Accessibility — WCAG contrast
Aa
#c1908b on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1908b on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green56.5%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta25.4%
Yellow28.0%
Key (black)24.3%
Color previews
#c1908b text on a black background
contrast 7.63:1
Card sample
#c1908b text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1908b;
Background color
Panel with #c1908b background
background-color: #c1908b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1908b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 144, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 144, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1908b; background: linear-gradient(135deg, #c1908b, #C1B48B);