#c99285
a light, soft red · warm · closest name: tan
RGB
201, 146, 133
HSL
12°, 39%, 66%
CMYK
0, 27, 34, 21
Luminance
0.3467
Every format
| HEX | #c99285 |
| RGB | rgb(201, 146, 133) |
| HSL | hsl(12, 39%, 66%) |
| CMYK | cmyk(0%, 27%, 34%, 21%) |
| LAB | lab(65.5 19.0 15.1) |
| LCH | lch(65.5 24.3 38.4) |
| OKLCH | oklch(0.710 0.070 33.7) |
Copy-ready code
/* CSS */
color: #c99285;
background-color: #c99285;
/* Tailwind (arbitrary) */
class="text-[#c99285] bg-[#c99285]"
/* SCSS */
$brand: #c99285;
/* SwiftUI */
Color(red: 0.788, green: 0.573, blue: 0.522)
/* Android */
Color.parseColor("#c99285")Accessibility — WCAG contrast
Aa
#c99285 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c99285 on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green57.3%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta27.4%
Yellow33.8%
Key (black)21.2%
Color previews
#c99285 text on a black background
contrast 7.93:1
Card sample
#c99285 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c99285;
Background color
Panel with #c99285 background
background-color: #c99285;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c99285;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 146, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 146, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c99285; background: linear-gradient(135deg, #c99285, #C9BF85);