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