#caceb5
a light, soft yellow · cool · closest name: silver
RGB
202, 206, 181
HSL
70°, 20%, 76%
CMYK
2, 0, 12, 19
Luminance
0.6004
Every format
| HEX | #caceb5 |
| RGB | rgb(202, 206, 181) |
| HSL | hsl(70, 20%, 76%) |
| CMYK | cmyk(2%, 0%, 12%, 19%) |
| LAB | lab(81.9 -5.7 12.0) |
| LCH | lch(81.9 13.3 115.6) |
| OKLCH | oklch(0.842 0.034 114.5) |
Copy-ready code
/* CSS */
color: #caceb5;
background-color: #caceb5;
/* Tailwind (arbitrary) */
class="text-[#caceb5] bg-[#caceb5]"
/* SCSS */
$brand: #caceb5;
/* SwiftUI */
Color(red: 0.792, green: 0.808, blue: 0.710)
/* Android */
Color.parseColor("#caceb5")Accessibility — WCAG contrast
Aa
#caceb5 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caceb5 on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.8%
Blue71.0%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow12.1%
Key (black)19.2%
Color previews
#caceb5 text on a black background
contrast 13.01:1
Card sample
#caceb5 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caceb5;
Background color
Panel with #caceb5 background
background-color: #caceb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caceb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 206, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 206, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caceb5; background: linear-gradient(135deg, #caceb5, #B9CEB5);