#cdcfbc
a light, soft yellow · cool · closest name: silver
RGB
205, 207, 188
HSL
66°, 17%, 78%
CMYK
1, 0, 9, 19
Luminance
0.6124
Every format
| HEX | #cdcfbc |
| RGB | rgb(205, 207, 188) |
| HSL | hsl(66, 17%, 78%) |
| CMYK | cmyk(1%, 0%, 9%, 19%) |
| LAB | lab(82.5 -4.0 9.2) |
| LCH | lch(82.5 10.1 113.6) |
| OKLCH | oklch(0.848 0.026 111.8) |
Copy-ready code
/* CSS */
color: #cdcfbc;
background-color: #cdcfbc;
/* Tailwind (arbitrary) */
class="text-[#cdcfbc] bg-[#cdcfbc]"
/* SCSS */
$brand: #cdcfbc;
/* SwiftUI */
Color(red: 0.804, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#cdcfbc")Accessibility — WCAG contrast
Aa
#cdcfbc on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcfbc on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.2%
Blue73.7%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow9.2%
Key (black)18.8%
Color previews
#cdcfbc text on a black background
contrast 13.25:1
Card sample
#cdcfbc text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcfbc;
Background color
Panel with #cdcfbc background
background-color: #cdcfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcfbc; background: linear-gradient(135deg, #cdcfbc, #C0CFBC);