#c2c5af
a light, soft yellow · cool · closest name: silver
RGB
194, 197, 175
HSL
68°, 16%, 73%
CMYK
2, 0, 11, 23
Luminance
0.5450
Every format
| HEX | #c2c5af |
| RGB | rgb(194, 197, 175) |
| HSL | hsl(68, 16%, 73%) |
| CMYK | cmyk(2%, 0%, 11%, 23%) |
| LAB | lab(78.8 -4.9 10.7) |
| LCH | lch(78.8 11.8 114.7) |
| OKLCH | oklch(0.815 0.030 113.4) |
Copy-ready code
/* CSS */
color: #c2c5af;
background-color: #c2c5af;
/* Tailwind (arbitrary) */
class="text-[#c2c5af] bg-[#c2c5af]"
/* SCSS */
$brand: #c2c5af;
/* SwiftUI */
Color(red: 0.761, green: 0.773, blue: 0.686)
/* Android */
Color.parseColor("#c2c5af")Accessibility — WCAG contrast
Aa
#c2c5af on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2c5af on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green77.3%
Blue68.6%
CMYK percentages
Cyan1.5%
Magenta0.0%
Yellow11.2%
Key (black)22.7%
Color previews
#c2c5af text on a black background
contrast 11.90:1
Card sample
#c2c5af text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2c5af;
Background color
Panel with #c2c5af background
background-color: #c2c5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2c5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 197, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 197, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c5af; background: linear-gradient(135deg, #c2c5af, #B3C5AF);