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