#ccabaf
a light, soft red · warm · closest name: silver
RGB
204, 171, 175
HSL
353°, 24%, 74%
CMYK
0, 16, 14, 20
Luminance
0.4506
Every format
| HEX | #ccabaf |
| RGB | rgb(204, 171, 175) |
| HSL | hsl(353, 24%, 74%) |
| CMYK | cmyk(0%, 16%, 14%, 20%) |
| LAB | lab(72.9 12.6 2.4) |
| LCH | lch(72.9 12.9 10.9) |
| OKLCH | oklch(0.771 0.039 9.8) |
Copy-ready code
/* CSS */
color: #ccabaf;
background-color: #ccabaf;
/* Tailwind (arbitrary) */
class="text-[#ccabaf] bg-[#ccabaf]"
/* SCSS */
$brand: #ccabaf;
/* SwiftUI */
Color(red: 0.800, green: 0.671, blue: 0.686)
/* Android */
Color.parseColor("#ccabaf")Accessibility — WCAG contrast
Aa
#ccabaf on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccabaf on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta16.2%
Yellow14.2%
Key (black)20.0%
Color previews
#ccabaf text on a black background
contrast 10.01:1
Card sample
#ccabaf text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccabaf;
Background color
Panel with #ccabaf background
background-color: #ccabaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccabaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 171, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 171, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccabaf; background: linear-gradient(135deg, #ccabaf, #CCBDAB);