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