#ccbaba
a light, soft red · warm · closest name: silver
RGB
204, 186, 186
HSL
0°, 15%, 77%
CMYK
0, 9, 9, 20
Luminance
0.5150
Every format
| HEX | #ccbaba |
| RGB | rgb(204, 186, 186) |
| HSL | hsl(0, 15%, 77%) |
| CMYK | cmyk(0%, 9%, 9%, 20%) |
| LAB | lab(77.0 6.4 2.3) |
| LCH | lch(77.0 6.8 19.9) |
| OKLCH | oklch(0.804 0.021 17.6) |
Copy-ready code
/* CSS */
color: #ccbaba;
background-color: #ccbaba;
/* Tailwind (arbitrary) */
class="text-[#ccbaba] bg-[#ccbaba]"
/* SCSS */
$brand: #ccbaba;
/* SwiftUI */
Color(red: 0.800, green: 0.729, blue: 0.729)
/* Android */
Color.parseColor("#ccbaba")Accessibility — WCAG contrast
Aa
#ccbaba on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbaba on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green72.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow8.8%
Key (black)20.0%
Color previews
#ccbaba text on a black background
contrast 11.30:1
Card sample
#ccbaba text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbaba;
Background color
Panel with #ccbaba background
background-color: #ccbaba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbaba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 186, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 186, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbaba; background: linear-gradient(135deg, #ccbaba, #CCC6BA);