#cabfcc
a light, muted magenta / pink · warm · closest name: silver
RGB
202, 191, 204
HSL
291°, 11%, 78%
CMYK
1, 6, 0, 20
Luminance
0.5418
Every format
| HEX | #cabfcc |
| RGB | rgb(202, 191, 204) |
| HSL | hsl(291, 11%, 78%) |
| CMYK | cmyk(1%, 6%, 0%, 20%) |
| LAB | lab(78.6 6.2 -5.1) |
| LCH | lch(78.6 8.1 320.4) |
| OKLCH | oklch(0.818 0.022 321.0) |
Copy-ready code
/* CSS */
color: #cabfcc;
background-color: #cabfcc;
/* Tailwind (arbitrary) */
class="text-[#cabfcc] bg-[#cabfcc]"
/* SCSS */
$brand: #cabfcc;
/* SwiftUI */
Color(red: 0.792, green: 0.749, blue: 0.800)
/* Android */
Color.parseColor("#cabfcc")Accessibility — WCAG contrast
Aa
#cabfcc on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabfcc on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.9%
Blue80.0%
CMYK percentages
Cyan1.0%
Magenta6.4%
Yellow0.0%
Key (black)20.0%
Color previews
#cabfcc text on a black background
contrast 11.84:1
Card sample
#cabfcc text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabfcc;
Background color
Panel with #cabfcc background
background-color: #cabfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 191, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 191, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabfcc; background: linear-gradient(135deg, #cabfcc, #CCBFC5);