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