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