#ccccc2
a light, muted yellow · cool · closest name: silver
RGB
204, 204, 194
HSL
60°, 9%, 78%
CMYK
0, 0, 5, 20
Luminance
0.5992
Every format
| HEX | #ccccc2 |
| RGB | rgb(204, 204, 194) |
| HSL | hsl(60, 9%, 78%) |
| CMYK | cmyk(0%, 0%, 5%, 20%) |
| LAB | lab(81.8 -1.8 5.0) |
| LCH | lch(81.8 5.3 109.7) |
| OKLCH | oklch(0.842 0.014 106.7) |
Copy-ready code
/* CSS */
color: #ccccc2;
background-color: #ccccc2;
/* Tailwind (arbitrary) */
class="text-[#ccccc2] bg-[#ccccc2]"
/* SCSS */
$brand: #ccccc2;
/* SwiftUI */
Color(red: 0.800, green: 0.800, blue: 0.761)
/* Android */
Color.parseColor("#ccccc2")Accessibility — WCAG contrast
Aa
#ccccc2 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccccc2 on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.0%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow4.9%
Key (black)20.0%
Color previews
#ccccc2 text on a black background
contrast 12.98:1
Card sample
#ccccc2 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccccc2;
Background color
Panel with #ccccc2 background
background-color: #ccccc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccccc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 204, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 204, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccccc2; background: linear-gradient(135deg, #ccccc2, #C5CCC2);