#cdceba
a light, soft yellow · cool · closest name: silver
RGB
205, 206, 186
HSL
63°, 17%, 77%
CMYK
1, 0, 10, 19
Luminance
0.6067
Every format
| HEX | #cdceba |
| RGB | rgb(205, 206, 186) |
| HSL | hsl(63, 17%, 77%) |
| CMYK | cmyk(1%, 0%, 10%, 19%) |
| LAB | lab(82.2 -3.8 9.8) |
| LCH | lch(82.2 10.6 111.3) |
| OKLCH | oklch(0.845 0.027 109.3) |
Copy-ready code
/* CSS */
color: #cdceba;
background-color: #cdceba;
/* Tailwind (arbitrary) */
class="text-[#cdceba] bg-[#cdceba]"
/* SCSS */
$brand: #cdceba;
/* SwiftUI */
Color(red: 0.804, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#cdceba")Accessibility — WCAG contrast
Aa
#cdceba on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdceba on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.8%
Blue72.9%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow9.7%
Key (black)19.2%
Color previews
#cdceba text on a black background
contrast 13.13:1
Card sample
#cdceba text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdceba;
Background color
Panel with #cdceba background
background-color: #cdceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdceba; background: linear-gradient(135deg, #cdceba, #C0CEBA);