#cabecf
a light, soft violet · warm · closest name: silver
RGB
202, 190, 207
HSL
282°, 15%, 78%
CMYK
2, 8, 0, 19
Luminance
0.5389
Every format
| HEX | #cabecf |
| RGB | rgb(202, 190, 207) |
| HSL | hsl(282, 15%, 78%) |
| CMYK | cmyk(2%, 8%, 0%, 19%) |
| LAB | lab(78.4 7.3 -7.0) |
| LCH | lch(78.4 10.1 316.2) |
| OKLCH | oklch(0.817 0.027 316.1) |
Copy-ready code
/* CSS */
color: #cabecf;
background-color: #cabecf;
/* Tailwind (arbitrary) */
class="text-[#cabecf] bg-[#cabecf]"
/* SCSS */
$brand: #cabecf;
/* SwiftUI */
Color(red: 0.792, green: 0.745, blue: 0.812)
/* Android */
Color.parseColor("#cabecf")Accessibility — WCAG contrast
Aa
#cabecf on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabecf on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.5%
Blue81.2%
CMYK percentages
Cyan2.4%
Magenta8.2%
Yellow0.0%
Key (black)18.8%
Color previews
#cabecf text on a black background
contrast 11.78:1
Card sample
#cabecf text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabecf;
Background color
Panel with #cabecf background
background-color: #cabecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 190, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 190, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabecf; background: linear-gradient(135deg, #cabecf, #CFBEC9);