#ccc58f
a light, soft yellow · cool · closest name: tan
RGB
204, 197, 143
HSL
53°, 37%, 68%
CMYK
0, 3, 30, 20
Luminance
0.5475
Every format
| HEX | #ccc58f |
| RGB | rgb(204, 197, 143) |
| HSL | hsl(53, 37%, 68%) |
| CMYK | cmyk(0%, 3%, 30%, 20%) |
| LAB | lab(78.9 -5.9 28.0) |
| LCH | lch(78.9 28.6 101.9) |
| OKLCH | oklch(0.816 0.072 101.6) |
Copy-ready code
/* CSS */
color: #ccc58f;
background-color: #ccc58f;
/* Tailwind (arbitrary) */
class="text-[#ccc58f] bg-[#ccc58f]"
/* SCSS */
$brand: #ccc58f;
/* SwiftUI */
Color(red: 0.800, green: 0.773, blue: 0.561)
/* Android */
Color.parseColor("#ccc58f")Accessibility — WCAG contrast
Aa
#ccc58f on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc58f on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green77.3%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow29.9%
Key (black)20.0%
Color previews
#ccc58f text on a black background
contrast 11.95:1
Card sample
#ccc58f text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc58f;
Background color
Panel with #ccc58f background
background-color: #ccc58f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc58f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 197, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 197, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc58f; background: linear-gradient(135deg, #ccc58f, #AACC8F);