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