#cdceb1
a light, soft yellow · cool · closest name: beige
RGB
205, 206, 177
HSL
62°, 23%, 75%
CMYK
1, 0, 14, 19
Luminance
0.6030
Every format
| HEX | #cdceb1 |
| RGB | rgb(205, 206, 177) |
| HSL | hsl(62, 23%, 75%) |
| CMYK | cmyk(1%, 0%, 14%, 19%) |
| LAB | lab(82.0 -5.3 14.3) |
| LCH | lch(82.0 15.3 110.2) |
| OKLCH | oklch(0.843 0.039 108.8) |
Copy-ready code
/* CSS */
color: #cdceb1;
background-color: #cdceb1;
/* Tailwind (arbitrary) */
class="text-[#cdceb1] bg-[#cdceb1]"
/* SCSS */
$brand: #cdceb1;
/* SwiftUI */
Color(red: 0.804, green: 0.808, blue: 0.694)
/* Android */
Color.parseColor("#cdceb1")Accessibility — WCAG contrast
Aa
#cdceb1 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdceb1 on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.8%
Blue69.4%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow14.1%
Key (black)19.2%
Color previews
#cdceb1 text on a black background
contrast 13.06:1
Card sample
#cdceb1 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdceb1;
Background color
Panel with #cdceb1 background
background-color: #cdceb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdceb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 206, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 206, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdceb1; background: linear-gradient(135deg, #cdceb1, #BACEB1);