#c2c2ae
a light, muted yellow · cool · closest name: silver
RGB
194, 194, 174
HSL
60°, 14%, 72%
CMYK
0, 0, 10, 24
Luminance
0.5311
Every format
| HEX | #c2c2ae |
| RGB | rgb(194, 194, 174) |
| HSL | hsl(60, 14%, 72%) |
| CMYK | cmyk(0%, 0%, 10%, 24%) |
| LAB | lab(77.9 -3.5 10.1) |
| LCH | lch(77.9 10.7 109.2) |
| OKLCH | oklch(0.809 0.027 107.0) |
Copy-ready code
/* CSS */
color: #c2c2ae;
background-color: #c2c2ae;
/* Tailwind (arbitrary) */
class="text-[#c2c2ae] bg-[#c2c2ae]"
/* SCSS */
$brand: #c2c2ae;
/* SwiftUI */
Color(red: 0.761, green: 0.761, blue: 0.682)
/* Android */
Color.parseColor("#c2c2ae")Accessibility — WCAG contrast
Aa
#c2c2ae on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2c2ae on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green76.1%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow10.3%
Key (black)23.9%
Color previews
#c2c2ae text on a black background
contrast 11.62:1
Card sample
#c2c2ae text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2c2ae;
Background color
Panel with #c2c2ae background
background-color: #c2c2ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2c2ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 194, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 194, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c2ae; background: linear-gradient(135deg, #c2c2ae, #B5C2AE);