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