#cdceb6
a light, soft yellow · cool · closest name: silver
RGB
205, 206, 182
HSL
63°, 20%, 76%
CMYK
1, 0, 12, 19
Luminance
0.6050
Every format
| HEX | #cdceb6 |
| RGB | rgb(205, 206, 182) |
| HSL | hsl(63, 20%, 76%) |
| CMYK | cmyk(1%, 0%, 12%, 19%) |
| LAB | lab(82.1 -4.5 11.8) |
| LCH | lch(82.1 12.7 110.8) |
| OKLCH | oklch(0.844 0.033 109.0) |
Copy-ready code
/* CSS */
color: #cdceb6;
background-color: #cdceb6;
/* Tailwind (arbitrary) */
class="text-[#cdceb6] bg-[#cdceb6]"
/* SCSS */
$brand: #cdceb6;
/* SwiftUI */
Color(red: 0.804, green: 0.808, blue: 0.714)
/* Android */
Color.parseColor("#cdceb6")Accessibility — WCAG contrast
Aa
#cdceb6 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdceb6 on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.8%
Blue71.4%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow11.7%
Key (black)19.2%
Color previews
#cdceb6 text on a black background
contrast 13.10:1
Card sample
#cdceb6 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdceb6;
Background color
Panel with #cdceb6 background
background-color: #cdceb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdceb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 206, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 206, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdceb6; background: linear-gradient(135deg, #cdceb6, #BDCEB6);