#ccc18c
a light, soft yellow · cool · closest name: tan
RGB
204, 193, 140
HSL
50°, 39%, 68%
CMYK
0, 5, 31, 20
Luminance
0.5287
Every format
| HEX | #ccc18c |
| RGB | rgb(204, 193, 140) |
| HSL | hsl(50, 39%, 68%) |
| CMYK | cmyk(0%, 5%, 31%, 20%) |
| LAB | lab(77.8 -4.2 28.1) |
| LCH | lch(77.8 28.4 98.5) |
| OKLCH | oklch(0.807 0.071 97.8) |
Copy-ready code
/* CSS */
color: #ccc18c;
background-color: #ccc18c;
/* Tailwind (arbitrary) */
class="text-[#ccc18c] bg-[#ccc18c]"
/* SCSS */
$brand: #ccc18c;
/* SwiftUI */
Color(red: 0.800, green: 0.757, blue: 0.549)
/* Android */
Color.parseColor("#ccc18c")Accessibility — WCAG contrast
Aa
#ccc18c on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc18c on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.7%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow31.4%
Key (black)20.0%
Color previews
#ccc18c text on a black background
contrast 11.57:1
Card sample
#ccc18c text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc18c;
Background color
Panel with #ccc18c background
background-color: #ccc18c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc18c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 193, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 193, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc18c; background: linear-gradient(135deg, #ccc18c, #ACCC8C);