#cdcbd2
a light, muted gray · warm · closest name: silver
RGB
205, 203, 210
HSL
257°, 7%, 81%
CMYK
2, 3, 0, 18
Luminance
0.6034
Every format
| HEX | #cdcbd2 |
| RGB | rgb(205, 203, 210) |
| HSL | hsl(257, 7%, 81%) |
| CMYK | cmyk(2%, 3%, 0%, 18%) |
| LAB | lab(82.0 2.0 -3.2) |
| LCH | lch(82.0 3.8 301.5) |
| OKLCH | oklch(0.846 0.010 299.2) |
Copy-ready code
/* CSS */
color: #cdcbd2;
background-color: #cdcbd2;
/* Tailwind (arbitrary) */
class="text-[#cdcbd2] bg-[#cdcbd2]"
/* SCSS */
$brand: #cdcbd2;
/* SwiftUI */
Color(red: 0.804, green: 0.796, blue: 0.824)
/* Android */
Color.parseColor("#cdcbd2")Accessibility — WCAG contrast
Aa
#cdcbd2 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcbd2 on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green79.6%
Blue82.4%
CMYK percentages
Cyan2.4%
Magenta3.3%
Yellow0.0%
Key (black)17.6%
Color previews
#cdcbd2 text on a black background
contrast 13.07:1
Card sample
#cdcbd2 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcbd2;
Background color
Panel with #cdcbd2 background
background-color: #cdcbd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcbd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 203, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 203, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcbd2; background: linear-gradient(135deg, #cdcbd2, #D2CBD2);