#cdcfbe
a light, soft yellow · cool · closest name: silver
RGB
205, 207, 190
HSL
67°, 15%, 78%
CMYK
1, 0, 8, 19
Luminance
0.6132
Every format
| HEX | #cdcfbe |
| RGB | rgb(205, 207, 190) |
| HSL | hsl(67, 15%, 78%) |
| CMYK | cmyk(1%, 0%, 8%, 19%) |
| LAB | lab(82.5 -3.7 8.2) |
| LCH | lch(82.5 9.0 114.1) |
| OKLCH | oklch(0.848 0.023 112.3) |
Copy-ready code
/* CSS */
color: #cdcfbe;
background-color: #cdcfbe;
/* Tailwind (arbitrary) */
class="text-[#cdcfbe] bg-[#cdcfbe]"
/* SCSS */
$brand: #cdcfbe;
/* SwiftUI */
Color(red: 0.804, green: 0.812, blue: 0.745)
/* Android */
Color.parseColor("#cdcfbe")Accessibility — WCAG contrast
Aa
#cdcfbe on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcfbe on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.2%
Blue74.5%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow8.2%
Key (black)18.8%
Color previews
#cdcfbe text on a black background
contrast 13.26:1
Card sample
#cdcfbe text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcfbe;
Background color
Panel with #cdcfbe background
background-color: #cdcfbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcfbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 207, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 207, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcfbe; background: linear-gradient(135deg, #cdcfbe, #C2CFBE);