#ccc98d
a light, soft yellow · cool · closest name: tan
RGB
204, 201, 141
HSL
57°, 38%, 68%
CMYK
0, 2, 31, 20
Luminance
0.5653
Every format
| HEX | #ccc98d |
| RGB | rgb(204, 201, 141) |
| HSL | hsl(57, 38%, 68%) |
| CMYK | cmyk(0%, 2%, 31%, 20%) |
| LAB | lab(79.9 -8.2 30.4) |
| LCH | lch(79.9 31.5 105.1) |
| OKLCH | oklch(0.824 0.079 105.6) |
Copy-ready code
/* CSS */
color: #ccc98d;
background-color: #ccc98d;
/* Tailwind (arbitrary) */
class="text-[#ccc98d] bg-[#ccc98d]"
/* SCSS */
$brand: #ccc98d;
/* SwiftUI */
Color(red: 0.800, green: 0.788, blue: 0.553)
/* Android */
Color.parseColor("#ccc98d")Accessibility — WCAG contrast
Aa
#ccc98d on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc98d on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.8%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta1.5%
Yellow30.9%
Key (black)20.0%
Color previews
#ccc98d text on a black background
contrast 12.31:1
Card sample
#ccc98d text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc98d;
Background color
Panel with #ccc98d background
background-color: #ccc98d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc98d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 201, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 201, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc98d; background: linear-gradient(135deg, #ccc98d, #A5CC8D);