#ccc899
a light, soft yellow · cool · closest name: tan
RGB
204, 200, 153
HSL
55°, 33%, 70%
CMYK
0, 2, 25, 20
Luminance
0.5645
Every format
| HEX | #ccc899 |
| RGB | rgb(204, 200, 153) |
| HSL | hsl(55, 33%, 70%) |
| CMYK | cmyk(0%, 2%, 25%, 20%) |
| LAB | lab(79.9 -6.1 24.1) |
| LCH | lch(79.9 24.8 104.2) |
| OKLCH | oklch(0.824 0.063 103.6) |
Copy-ready code
/* CSS */
color: #ccc899;
background-color: #ccc899;
/* Tailwind (arbitrary) */
class="text-[#ccc899] bg-[#ccc899]"
/* SCSS */
$brand: #ccc899;
/* SwiftUI */
Color(red: 0.800, green: 0.784, blue: 0.600)
/* Android */
Color.parseColor("#ccc899")Accessibility — WCAG contrast
Aa
#ccc899 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc899 on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.4%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow25.0%
Key (black)20.0%
Color previews
#ccc899 text on a black background
contrast 12.29:1
Card sample
#ccc899 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc899;
Background color
Panel with #ccc899 background
background-color: #ccc899;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc899;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 200, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 200, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc899; background: linear-gradient(135deg, #ccc899, #AECC99);