#cdcfb7
a light, soft yellow · cool · closest name: silver
RGB
205, 207, 183
HSL
65°, 20%, 77%
CMYK
1, 0, 12, 19
Luminance
0.6102
Every format
| HEX | #cdcfb7 |
| RGB | rgb(205, 207, 183) |
| HSL | hsl(65, 20%, 77%) |
| CMYK | cmyk(1%, 0%, 12%, 19%) |
| LAB | lab(82.4 -4.8 11.7) |
| LCH | lch(82.4 12.7 112.5) |
| OKLCH | oklch(0.847 0.033 111.0) |
Copy-ready code
/* CSS */
color: #cdcfb7;
background-color: #cdcfb7;
/* Tailwind (arbitrary) */
class="text-[#cdcfb7] bg-[#cdcfb7]"
/* SCSS */
$brand: #cdcfb7;
/* SwiftUI */
Color(red: 0.804, green: 0.812, blue: 0.718)
/* Android */
Color.parseColor("#cdcfb7")Accessibility — WCAG contrast
Aa
#cdcfb7 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcfb7 on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.2%
Blue71.8%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow11.6%
Key (black)18.8%
Color previews
#cdcfb7 text on a black background
contrast 13.20:1
Card sample
#cdcfb7 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcfb7;
Background color
Panel with #cdcfb7 background
background-color: #cdcfb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcfb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 207, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 207, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcfb7; background: linear-gradient(135deg, #cdcfb7, #BDCFB7);