#ccc699
a light, soft yellow · cool · closest name: tan
RGB
204, 198, 153
HSL
53°, 33%, 70%
CMYK
0, 3, 25, 20
Luminance
0.5553
Every format
| HEX | #ccc699 |
| RGB | rgb(204, 198, 153) |
| HSL | hsl(53, 33%, 70%) |
| CMYK | cmyk(0%, 3%, 25%, 20%) |
| LAB | lab(79.3 -5.1 23.4) |
| LCH | lch(79.3 23.9 102.2) |
| OKLCH | oklch(0.820 0.060 101.3) |
Copy-ready code
/* CSS */
color: #ccc699;
background-color: #ccc699;
/* Tailwind (arbitrary) */
class="text-[#ccc699] bg-[#ccc699]"
/* SCSS */
$brand: #ccc699;
/* SwiftUI */
Color(red: 0.800, green: 0.776, blue: 0.600)
/* Android */
Color.parseColor("#ccc699")Accessibility — WCAG contrast
Aa
#ccc699 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc699 on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green77.6%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow25.0%
Key (black)20.0%
Color previews
#ccc699 text on a black background
contrast 12.11:1
Card sample
#ccc699 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc699;
Background color
Panel with #ccc699 background
background-color: #ccc699;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc699;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 198, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 198, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc699; background: linear-gradient(135deg, #ccc699, #B0CC99);