#ccc598
a light, soft yellow · cool · closest name: tan
RGB
204, 197, 152
HSL
52°, 34%, 70%
CMYK
0, 3, 26, 20
Luminance
0.5504
Every format
| HEX | #ccc598 |
| RGB | rgb(204, 197, 152) |
| HSL | hsl(52, 34%, 70%) |
| CMYK | cmyk(0%, 3%, 26%, 20%) |
| LAB | lab(79.1 -4.7 23.5) |
| LCH | lch(79.1 24.0 101.3) |
| OKLCH | oklch(0.818 0.060 100.2) |
Copy-ready code
/* CSS */
color: #ccc598;
background-color: #ccc598;
/* Tailwind (arbitrary) */
class="text-[#ccc598] bg-[#ccc598]"
/* SCSS */
$brand: #ccc598;
/* SwiftUI */
Color(red: 0.800, green: 0.773, blue: 0.596)
/* Android */
Color.parseColor("#ccc598")Accessibility — WCAG contrast
Aa
#ccc598 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc598 on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green77.3%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow25.5%
Key (black)20.0%
Color previews
#ccc598 text on a black background
contrast 12.01:1
Card sample
#ccc598 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc598;
Background color
Panel with #ccc598 background
background-color: #ccc598;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc598;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 197, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 197, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc598; background: linear-gradient(135deg, #ccc598, #B0CC98);