#caccb0
a light, soft yellow · cool · closest name: beige
RGB
202, 204, 176
HSL
64°, 22%, 75%
CMYK
1, 0, 14, 20
Luminance
0.5888
Every format
| HEX | #caccb0 |
| RGB | rgb(202, 204, 176) |
| HSL | hsl(64, 22%, 75%) |
| CMYK | cmyk(1%, 0%, 14%, 20%) |
| LAB | lab(81.2 -5.5 13.7) |
| LCH | lch(81.2 14.8 111.8) |
| OKLCH | oklch(0.836 0.038 110.5) |
Copy-ready code
/* CSS */
color: #caccb0;
background-color: #caccb0;
/* Tailwind (arbitrary) */
class="text-[#caccb0] bg-[#caccb0]"
/* SCSS */
$brand: #caccb0;
/* SwiftUI */
Color(red: 0.792, green: 0.800, blue: 0.690)
/* Android */
Color.parseColor("#caccb0")Accessibility — WCAG contrast
Aa
#caccb0 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caccb0 on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.0%
Blue69.0%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow13.7%
Key (black)20.0%
Color previews
#caccb0 text on a black background
contrast 12.78:1
Card sample
#caccb0 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caccb0;
Background color
Panel with #caccb0 background
background-color: #caccb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caccb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 204, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 204, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caccb0; background: linear-gradient(135deg, #caccb0, #B7CCB0);