#ccc889
a light, soft yellow · cool · closest name: tan
RGB
204, 200, 137
HSL
56°, 40%, 67%
CMYK
0, 2, 33, 20
Luminance
0.5595
Every format
| HEX | #ccc889 |
| RGB | rgb(204, 200, 137) |
| HSL | hsl(56, 40%, 67%) |
| CMYK | cmyk(0%, 2%, 33%, 20%) |
| LAB | lab(79.6 -8.2 32.1) |
| LCH | lch(79.6 33.1 104.3) |
| OKLCH | oklch(0.821 0.082 105.0) |
Copy-ready code
/* CSS */
color: #ccc889;
background-color: #ccc889;
/* Tailwind (arbitrary) */
class="text-[#ccc889] bg-[#ccc889]"
/* SCSS */
$brand: #ccc889;
/* SwiftUI */
Color(red: 0.800, green: 0.784, blue: 0.537)
/* Android */
Color.parseColor("#ccc889")Accessibility — WCAG contrast
Aa
#ccc889 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc889 on black: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.4%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow32.8%
Key (black)20.0%
Color previews
#ccc889 text on a black background
contrast 12.19:1
Card sample
#ccc889 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc889;
Background color
Panel with #ccc889 background
background-color: #ccc889;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc889;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 200, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 200, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc889; background: linear-gradient(135deg, #ccc889, #A3CC89);