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