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