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