#cbbccc
a light, muted magenta / pink · warm · closest name: silver
RGB
203, 188, 204
HSL
296°, 14%, 77%
CMYK
1, 8, 0, 20
Luminance
0.5302
Every format
| HEX | #cbbccc |
| RGB | rgb(203, 188, 204) |
| HSL | hsl(296, 14%, 77%) |
| CMYK | cmyk(1%, 8%, 0%, 20%) |
| LAB | lab(77.9 8.2 -6.1) |
| LCH | lch(77.9 10.2 323.2) |
| OKLCH | oklch(0.813 0.028 323.9) |
Copy-ready code
/* CSS */
color: #cbbccc;
background-color: #cbbccc;
/* Tailwind (arbitrary) */
class="text-[#cbbccc] bg-[#cbbccc]"
/* SCSS */
$brand: #cbbccc;
/* SwiftUI */
Color(red: 0.796, green: 0.737, blue: 0.800)
/* Android */
Color.parseColor("#cbbccc")Accessibility — WCAG contrast
Aa
#cbbccc on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbccc on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green73.7%
Blue80.0%
CMYK percentages
Cyan0.5%
Magenta7.8%
Yellow0.0%
Key (black)20.0%
Color previews
#cbbccc text on a black background
contrast 11.60:1
Card sample
#cbbccc text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbccc;
Background color
Panel with #cbbccc background
background-color: #cbbccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 188, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 188, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbccc; background: linear-gradient(135deg, #cbbccc, #CCBCC2);