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