#cdcead
a light, soft yellow · cool · closest name: beige
RGB
205, 206, 173
HSL
62°, 25%, 74%
CMYK
1, 0, 16, 19
Luminance
0.6014
Every format
| HEX | #cdcead |
| RGB | rgb(205, 206, 173) |
| HSL | hsl(62, 25%, 74%) |
| CMYK | cmyk(1%, 0%, 16%, 19%) |
| LAB | lab(81.9 -5.9 16.3) |
| LCH | lch(81.9 17.4 109.9) |
| OKLCH | oklch(0.842 0.044 108.7) |
Copy-ready code
/* CSS */
color: #cdcead;
background-color: #cdcead;
/* Tailwind (arbitrary) */
class="text-[#cdcead] bg-[#cdcead]"
/* SCSS */
$brand: #cdcead;
/* SwiftUI */
Color(red: 0.804, green: 0.808, blue: 0.678)
/* Android */
Color.parseColor("#cdcead")Accessibility — WCAG contrast
Aa
#cdcead on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcead on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.8%
Blue67.8%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow16.0%
Key (black)19.2%
Color previews
#cdcead text on a black background
contrast 13.03:1
Card sample
#cdcead text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcead;
Background color
Panel with #cdcead background
background-color: #cdcead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 206, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 206, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcead; background: linear-gradient(135deg, #cdcead, #B7CEAD);