#cabecc
a light, muted magenta / pink · warm · closest name: silver
RGB
202, 190, 204
HSL
291°, 12%, 77%
CMYK
1, 7, 0, 20
Luminance
0.5374
Every format
| HEX | #cabecc |
| RGB | rgb(202, 190, 204) |
| HSL | hsl(291, 12%, 77%) |
| CMYK | cmyk(1%, 7%, 0%, 20%) |
| LAB | lab(78.3 6.8 -5.5) |
| LCH | lch(78.3 8.7 320.8) |
| OKLCH | oklch(0.816 0.023 321.4) |
Copy-ready code
/* CSS */
color: #cabecc;
background-color: #cabecc;
/* Tailwind (arbitrary) */
class="text-[#cabecc] bg-[#cabecc]"
/* SCSS */
$brand: #cabecc;
/* SwiftUI */
Color(red: 0.792, green: 0.745, blue: 0.800)
/* Android */
Color.parseColor("#cabecc")Accessibility — WCAG contrast
Aa
#cabecc on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabecc on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.5%
Blue80.0%
CMYK percentages
Cyan1.0%
Magenta6.9%
Yellow0.0%
Key (black)20.0%
Color previews
#cabecc text on a black background
contrast 11.75:1
Card sample
#cabecc text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabecc;
Background color
Panel with #cabecc background
background-color: #cabecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 190, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 190, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabecc; background: linear-gradient(135deg, #cabecc, #CCBEC5);