#ccc19f
a light, soft yellow · cool · closest name: tan
RGB
204, 193, 159
HSL
45°, 31%, 71%
CMYK
0, 5, 22, 20
Luminance
0.5348
Every format
| HEX | #ccc19f |
| RGB | rgb(204, 193, 159) |
| HSL | hsl(45, 31%, 71%) |
| CMYK | cmyk(0%, 5%, 22%, 20%) |
| LAB | lab(78.2 -1.6 18.5) |
| LCH | lch(78.2 18.6 95.0) |
| OKLCH | oklch(0.811 0.048 92.2) |
Copy-ready code
/* CSS */
color: #ccc19f;
background-color: #ccc19f;
/* Tailwind (arbitrary) */
class="text-[#ccc19f] bg-[#ccc19f]"
/* SCSS */
$brand: #ccc19f;
/* SwiftUI */
Color(red: 0.800, green: 0.757, blue: 0.624)
/* Android */
Color.parseColor("#ccc19f")Accessibility — WCAG contrast
Aa
#ccc19f on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc19f on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow22.1%
Key (black)20.0%
Color previews
#ccc19f text on a black background
contrast 11.70:1
Card sample
#ccc19f text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc19f;
Background color
Panel with #ccc19f background
background-color: #ccc19f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc19f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 193, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 193, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc19f; background: linear-gradient(135deg, #ccc19f, #B9CC9F);