#caccb2
a light, soft yellow · cool · closest name: silver
RGB
202, 204, 178
HSL
65°, 20%, 75%
CMYK
1, 0, 13, 20
Luminance
0.5896
Every format
| HEX | #caccb2 |
| RGB | rgb(202, 204, 178) |
| HSL | hsl(65, 20%, 75%) |
| CMYK | cmyk(1%, 0%, 13%, 20%) |
| LAB | lab(81.3 -5.2 12.7) |
| LCH | lch(81.3 13.8 112.1) |
| OKLCH | oklch(0.837 0.035 110.7) |
Copy-ready code
/* CSS */
color: #caccb2;
background-color: #caccb2;
/* Tailwind (arbitrary) */
class="text-[#caccb2] bg-[#caccb2]"
/* SCSS */
$brand: #caccb2;
/* SwiftUI */
Color(red: 0.792, green: 0.800, blue: 0.698)
/* Android */
Color.parseColor("#caccb2")Accessibility — WCAG contrast
Aa
#caccb2 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caccb2 on black: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.0%
Blue69.8%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow12.7%
Key (black)20.0%
Color previews
#caccb2 text on a black background
contrast 12.79:1
Card sample
#caccb2 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caccb2;
Background color
Panel with #caccb2 background
background-color: #caccb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caccb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 204, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 204, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caccb2; background: linear-gradient(135deg, #caccb2, #B9CCB2);