#ccccbb
a light, muted yellow · cool · closest name: silver
RGB
204, 204, 187
HSL
60°, 14%, 77%
CMYK
0, 0, 8, 20
Luminance
0.5961
Every format
| HEX | #ccccbb |
| RGB | rgb(204, 204, 187) |
| HSL | hsl(60, 14%, 77%) |
| CMYK | cmyk(0%, 0%, 8%, 20%) |
| LAB | lab(81.6 -3.0 8.5) |
| LCH | lch(81.6 9.0 109.4) |
| OKLCH | oklch(0.841 0.023 106.9) |
Copy-ready code
/* CSS */
color: #ccccbb;
background-color: #ccccbb;
/* Tailwind (arbitrary) */
class="text-[#ccccbb] bg-[#ccccbb]"
/* SCSS */
$brand: #ccccbb;
/* SwiftUI */
Color(red: 0.800, green: 0.800, blue: 0.733)
/* Android */
Color.parseColor("#ccccbb")Accessibility — WCAG contrast
Aa
#ccccbb on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccccbb on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.0%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow8.3%
Key (black)20.0%
Color previews
#ccccbb text on a black background
contrast 12.92:1
Card sample
#ccccbb text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccccbb;
Background color
Panel with #ccccbb background
background-color: #ccccbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccccbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 204, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 204, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccccbb; background: linear-gradient(135deg, #ccccbb, #C1CCBB);