#c2c4af
a light, soft yellow · cool · closest name: silver
RGB
194, 196, 175
HSL
66°, 15%, 73%
CMYK
1, 0, 11, 23
Luminance
0.5404
Every format
| HEX | #c2c4af |
| RGB | rgb(194, 196, 175) |
| HSL | hsl(66, 15%, 73%) |
| CMYK | cmyk(1%, 0%, 11%, 23%) |
| LAB | lab(78.5 -4.4 10.3) |
| LCH | lch(78.5 11.2 113.1) |
| OKLCH | oklch(0.813 0.029 111.5) |
Copy-ready code
/* CSS */
color: #c2c4af;
background-color: #c2c4af;
/* Tailwind (arbitrary) */
class="text-[#c2c4af] bg-[#c2c4af]"
/* SCSS */
$brand: #c2c4af;
/* SwiftUI */
Color(red: 0.761, green: 0.769, blue: 0.686)
/* Android */
Color.parseColor("#c2c4af")Accessibility — WCAG contrast
Aa
#c2c4af on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2c4af on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green76.9%
Blue68.6%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow10.7%
Key (black)23.1%
Color previews
#c2c4af text on a black background
contrast 11.81:1
Card sample
#c2c4af text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2c4af;
Background color
Panel with #c2c4af background
background-color: #c2c4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2c4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 196, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 196, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c4af; background: linear-gradient(135deg, #c2c4af, #B4C4AF);