#ccc89f
a light, soft yellow · cool · closest name: tan
RGB
204, 200, 159
HSL
55°, 31%, 71%
CMYK
0, 2, 22, 20
Luminance
0.5665
Every format
| HEX | #ccc89f |
| RGB | rgb(204, 200, 159) |
| HSL | hsl(55, 31%, 71%) |
| CMYK | cmyk(0%, 2%, 22%, 20%) |
| LAB | lab(80.0 -5.3 21.1) |
| LCH | lch(80.0 21.7 104.0) |
| OKLCH | oklch(0.826 0.055 102.9) |
Copy-ready code
/* CSS */
color: #ccc89f;
background-color: #ccc89f;
/* Tailwind (arbitrary) */
class="text-[#ccc89f] bg-[#ccc89f]"
/* SCSS */
$brand: #ccc89f;
/* SwiftUI */
Color(red: 0.800, green: 0.784, blue: 0.624)
/* Android */
Color.parseColor("#ccc89f")Accessibility — WCAG contrast
Aa
#ccc89f on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc89f on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.4%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow22.1%
Key (black)20.0%
Color previews
#ccc89f text on a black background
contrast 12.33:1
Card sample
#ccc89f text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc89f;
Background color
Panel with #ccc89f background
background-color: #ccc89f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc89f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 200, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 200, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc89f; background: linear-gradient(135deg, #ccc89f, #B2CC9F);