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