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