#cbbccf
a light, soft violet · warm · closest name: silver
RGB
203, 188, 207
HSL
287°, 17%, 78%
CMYK
2, 9, 0, 19
Luminance
0.5317
Every format
| HEX | #cbbccf |
| RGB | rgb(203, 188, 207) |
| HSL | hsl(287, 17%, 78%) |
| CMYK | cmyk(2%, 9%, 0%, 19%) |
| LAB | lab(78.0 8.7 -7.6) |
| LCH | lch(78.0 11.6 318.9) |
| OKLCH | oklch(0.813 0.031 319.1) |
Copy-ready code
/* CSS */
color: #cbbccf;
background-color: #cbbccf;
/* Tailwind (arbitrary) */
class="text-[#cbbccf] bg-[#cbbccf]"
/* SCSS */
$brand: #cbbccf;
/* SwiftUI */
Color(red: 0.796, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#cbbccf")Accessibility — WCAG contrast
Aa
#cbbccf on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbccf on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green73.7%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#cbbccf text on a black background
contrast 11.63:1
Card sample
#cbbccf text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbccf;
Background color
Panel with #cbbccf background
background-color: #cbbccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbccf; background: linear-gradient(135deg, #cbbccf, #CFBCC6);