#cabfbc
a light, muted red · warm · closest name: silver
RGB
202, 191, 188
HSL
13°, 12%, 77%
CMYK
0, 5, 7, 21
Luminance
0.5345
Every format
| HEX | #cabfbc |
| RGB | rgb(202, 191, 188) |
| HSL | hsl(13, 12%, 77%) |
| CMYK | cmyk(0%, 5%, 7%, 21%) |
| LAB | lab(78.1 3.3 2.9) |
| LCH | lch(78.1 4.4 41.0) |
| OKLCH | oklch(0.813 0.013 35.7) |
Copy-ready code
/* CSS */
color: #cabfbc;
background-color: #cabfbc;
/* Tailwind (arbitrary) */
class="text-[#cabfbc] bg-[#cabfbc]"
/* SCSS */
$brand: #cabfbc;
/* SwiftUI */
Color(red: 0.792, green: 0.749, blue: 0.737)
/* Android */
Color.parseColor("#cabfbc")Accessibility — WCAG contrast
Aa
#cabfbc on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabfbc on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.9%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow6.9%
Key (black)20.8%
Color previews
#cabfbc text on a black background
contrast 11.69:1
Card sample
#cabfbc text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabfbc;
Background color
Panel with #cabfbc background
background-color: #cabfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 191, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 191, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabfbc; background: linear-gradient(135deg, #cabfbc, #CAC8BC);