#c7cab2
a light, soft yellow · cool · closest name: silver
RGB
199, 202, 178
HSL
68°, 19%, 75%
CMYK
2, 0, 12, 21
Luminance
0.5760
Every format
| HEX | #c7cab2 |
| RGB | rgb(199, 202, 178) |
| HSL | hsl(68, 19%, 75%) |
| CMYK | cmyk(2%, 0%, 12%, 21%) |
| LAB | lab(80.5 -5.2 11.6) |
| LCH | lch(80.5 12.8 114.2) |
| OKLCH | oklch(0.830 0.033 112.9) |
Copy-ready code
/* CSS */
color: #c7cab2;
background-color: #c7cab2;
/* Tailwind (arbitrary) */
class="text-[#c7cab2] bg-[#c7cab2]"
/* SCSS */
$brand: #c7cab2;
/* SwiftUI */
Color(red: 0.780, green: 0.792, blue: 0.698)
/* Android */
Color.parseColor("#c7cab2")Accessibility — WCAG contrast
Aa
#c7cab2 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7cab2 on black: 12.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green79.2%
Blue69.8%
CMYK percentages
Cyan1.5%
Magenta0.0%
Yellow11.9%
Key (black)20.8%
Color previews
#c7cab2 text on a black background
contrast 12.52:1
Card sample
#c7cab2 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7cab2;
Background color
Panel with #c7cab2 background
background-color: #c7cab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7cab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 202, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 202, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7cab2; background: linear-gradient(135deg, #c7cab2, #B7CAB2);