#ccc490
a light, soft yellow · cool · closest name: tan
RGB
204, 196, 144
HSL
52°, 37%, 68%
CMYK
0, 4, 29, 20
Luminance
0.5433
Every format
| HEX | #ccc490 |
| RGB | rgb(204, 196, 144) |
| HSL | hsl(52, 37%, 68%) |
| CMYK | cmyk(0%, 4%, 29%, 20%) |
| LAB | lab(78.7 -5.2 27.2) |
| LCH | lch(78.7 27.7 100.9) |
| OKLCH | oklch(0.814 0.069 100.4) |
Copy-ready code
/* CSS */
color: #ccc490;
background-color: #ccc490;
/* Tailwind (arbitrary) */
class="text-[#ccc490] bg-[#ccc490]"
/* SCSS */
$brand: #ccc490;
/* SwiftUI */
Color(red: 0.800, green: 0.769, blue: 0.565)
/* Android */
Color.parseColor("#ccc490")Accessibility — WCAG contrast
Aa
#ccc490 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc490 on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.9%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow29.4%
Key (black)20.0%
Color previews
#ccc490 text on a black background
contrast 11.87:1
Card sample
#ccc490 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc490;
Background color
Panel with #ccc490 background
background-color: #ccc490;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc490;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 196, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 196, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc490; background: linear-gradient(135deg, #ccc490, #ACCC90);