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