#cbcfd2
a light, muted gray · cool · closest name: silver
RGB
203, 207, 210
HSL
206°, 7%, 81%
CMYK
3, 1, 0, 18
Luminance
0.6198
Every format
| HEX | #cbcfd2 |
| RGB | rgb(203, 207, 210) |
| HSL | hsl(206, 7%, 81%) |
| CMYK | cmyk(3%, 1%, 0%, 18%) |
| LAB | lab(82.9 -0.8 -2.0) |
| LCH | lch(82.9 2.1 247.5) |
| OKLCH | oklch(0.852 0.006 239.8) |
Copy-ready code
/* CSS */
color: #cbcfd2;
background-color: #cbcfd2;
/* Tailwind (arbitrary) */
class="text-[#cbcfd2] bg-[#cbcfd2]"
/* SCSS */
$brand: #cbcfd2;
/* SwiftUI */
Color(red: 0.796, green: 0.812, blue: 0.824)
/* Android */
Color.parseColor("#cbcfd2")Accessibility — WCAG contrast
Aa
#cbcfd2 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbcfd2 on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green81.2%
Blue82.4%
CMYK percentages
Cyan3.3%
Magenta1.4%
Yellow0.0%
Key (black)17.6%
Color previews
#cbcfd2 text on a black background
contrast 13.40:1
Card sample
#cbcfd2 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbcfd2;
Background color
Panel with #cbcfd2 background
background-color: #cbcfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbcfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 207, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 207, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbcfd2; background: linear-gradient(135deg, #cbcfd2, #CCCBD2);