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