#ccc082
a light, soft yellow · cool · closest name: tan
RGB
204, 192, 130
HSL
50°, 42%, 66%
CMYK
0, 6, 36, 20
Luminance
0.5215
Every format
| HEX | #ccc082 |
| RGB | rgb(204, 192, 130) |
| HSL | hsl(50, 42%, 66%) |
| CMYK | cmyk(0%, 6%, 36%, 20%) |
| LAB | lab(77.4 -4.9 32.8) |
| LCH | lch(77.4 33.2 98.5) |
| OKLCH | oklch(0.803 0.082 98.6) |
Copy-ready code
/* CSS */
color: #ccc082;
background-color: #ccc082;
/* Tailwind (arbitrary) */
class="text-[#ccc082] bg-[#ccc082]"
/* SCSS */
$brand: #ccc082;
/* SwiftUI */
Color(red: 0.800, green: 0.753, blue: 0.510)
/* Android */
Color.parseColor("#ccc082")Accessibility — WCAG contrast
Aa
#ccc082 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc082 on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.3%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow36.3%
Key (black)20.0%
Color previews
#ccc082 text on a black background
contrast 11.43:1
Card sample
#ccc082 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc082;
Background color
Panel with #ccc082 background
background-color: #ccc082;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc082;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 192, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 192, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc082; background: linear-gradient(135deg, #ccc082, #A7CC82);