#cbcfd7
a light, muted blue · cool · closest name: silver
RGB
203, 207, 215
HSL
220°, 13%, 82%
CMYK
6, 4, 0, 16
Luminance
0.6223
Every format
| HEX | #cbcfd7 |
| RGB | rgb(203, 207, 215) |
| HSL | hsl(220, 13%, 82%) |
| CMYK | cmyk(6%, 4%, 0%, 16%) |
| LAB | lab(83.0 0.1 -4.4) |
| LCH | lch(83.0 4.4 271.8) |
| OKLCH | oklch(0.854 0.012 264.5) |
Copy-ready code
/* CSS */
color: #cbcfd7;
background-color: #cbcfd7;
/* Tailwind (arbitrary) */
class="text-[#cbcfd7] bg-[#cbcfd7]"
/* SCSS */
$brand: #cbcfd7;
/* SwiftUI */
Color(red: 0.796, green: 0.812, blue: 0.843)
/* Android */
Color.parseColor("#cbcfd7")Accessibility — WCAG contrast
Aa
#cbcfd7 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbcfd7 on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green81.2%
Blue84.3%
CMYK percentages
Cyan5.6%
Magenta3.7%
Yellow0.0%
Key (black)15.7%
Color previews
#cbcfd7 text on a black background
contrast 13.45:1
Card sample
#cbcfd7 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbcfd7;
Background color
Panel with #cbcfd7 background
background-color: #cbcfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbcfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 207, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 207, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbcfd7; background: linear-gradient(135deg, #cbcfd7, #CFCBD7);