#ccc997
a light, soft yellow · cool · closest name: tan
RGB
204, 201, 151
HSL
57°, 34%, 70%
CMYK
0, 2, 26, 20
Luminance
0.5685
Every format
| HEX | #ccc997 |
| RGB | rgb(204, 201, 151) |
| HSL | hsl(57, 34%, 70%) |
| CMYK | cmyk(0%, 2%, 26%, 20%) |
| LAB | lab(80.1 -6.9 25.4) |
| LCH | lch(80.1 26.4 105.2) |
| OKLCH | oklch(0.826 0.066 104.9) |
Copy-ready code
/* CSS */
color: #ccc997;
background-color: #ccc997;
/* Tailwind (arbitrary) */
class="text-[#ccc997] bg-[#ccc997]"
/* SCSS */
$brand: #ccc997;
/* SwiftUI */
Color(red: 0.800, green: 0.788, blue: 0.592)
/* Android */
Color.parseColor("#ccc997")Accessibility — WCAG contrast
Aa
#ccc997 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc997 on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.8%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta1.5%
Yellow26.0%
Key (black)20.0%
Color previews
#ccc997 text on a black background
contrast 12.37:1
Card sample
#ccc997 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc997;
Background color
Panel with #ccc997 background
background-color: #ccc997;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc997;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 201, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 201, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc997; background: linear-gradient(135deg, #ccc997, #ACCC97);