#cabfcf
a light, muted violet · warm · closest name: silver
RGB
202, 191, 207
HSL
281°, 14%, 78%
CMYK
2, 8, 0, 19
Luminance
0.5432
Every format
| HEX | #cabfcf |
| RGB | rgb(202, 191, 207) |
| HSL | hsl(281, 14%, 78%) |
| CMYK | cmyk(2%, 8%, 0%, 19%) |
| LAB | lab(78.7 6.8 -6.6) |
| LCH | lch(78.7 9.5 315.7) |
| OKLCH | oklch(0.819 0.025 315.5) |
Copy-ready code
/* CSS */
color: #cabfcf;
background-color: #cabfcf;
/* Tailwind (arbitrary) */
class="text-[#cabfcf] bg-[#cabfcf]"
/* SCSS */
$brand: #cabfcf;
/* SwiftUI */
Color(red: 0.792, green: 0.749, blue: 0.812)
/* Android */
Color.parseColor("#cabfcf")Accessibility — WCAG contrast
Aa
#cabfcf on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabfcf on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.9%
Blue81.2%
CMYK percentages
Cyan2.4%
Magenta7.7%
Yellow0.0%
Key (black)18.8%
Color previews
#cabfcf text on a black background
contrast 11.86:1
Card sample
#cabfcf text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabfcf;
Background color
Panel with #cabfcf background
background-color: #cabfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 191, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 191, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabfcf; background: linear-gradient(135deg, #cabfcf, #CFBFC9);