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