#cdcfce
a light, muted gray · cool · closest name: silver
RGB
205, 207, 206
HSL
150°, 2%, 81%
CMYK
1, 0, 1, 19
Luminance
0.6206
Every format
| HEX | #cdcfce |
| RGB | rgb(205, 207, 206) |
| HSL | hsl(150, 2%, 81%) |
| CMYK | cmyk(1%, 0%, 1%, 19%) |
| LAB | lab(83.0 -0.9 0.3) |
| LCH | lch(83.0 0.9 163.4) |
| OKLCH | oklch(0.853 0.003 165.1) |
Copy-ready code
/* CSS */
color: #cdcfce;
background-color: #cdcfce;
/* Tailwind (arbitrary) */
class="text-[#cdcfce] bg-[#cdcfce]"
/* SCSS */
$brand: #cdcfce;
/* SwiftUI */
Color(red: 0.804, green: 0.812, blue: 0.808)
/* Android */
Color.parseColor("#cdcfce")Accessibility — WCAG contrast
Aa
#cdcfce on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcfce on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.2%
Blue80.8%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow0.5%
Key (black)18.8%
Color previews
#cdcfce text on a black background
contrast 13.41:1
Card sample
#cdcfce text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcfce;
Background color
Panel with #cdcfce background
background-color: #cdcfce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcfce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 207, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 207, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcfce; background: linear-gradient(135deg, #cdcfce, #CDCFCF);