#ccc099
a light, soft yellow · cool · closest name: tan
RGB
204, 192, 153
HSL
46°, 33%, 70%
CMYK
0, 6, 25, 20
Luminance
0.5284
Every format
| HEX | #ccc099 |
| RGB | rgb(204, 192, 153) |
| HSL | hsl(46, 33%, 70%) |
| CMYK | cmyk(0%, 6%, 25%, 20%) |
| LAB | lab(77.8 -1.9 21.2) |
| LCH | lch(77.8 21.3 95.2) |
| OKLCH | oklch(0.808 0.054 93.0) |
Copy-ready code
/* CSS */
color: #ccc099;
background-color: #ccc099;
/* Tailwind (arbitrary) */
class="text-[#ccc099] bg-[#ccc099]"
/* SCSS */
$brand: #ccc099;
/* SwiftUI */
Color(red: 0.800, green: 0.753, blue: 0.600)
/* Android */
Color.parseColor("#ccc099")Accessibility — WCAG contrast
Aa
#ccc099 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc099 on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.3%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow25.0%
Key (black)20.0%
Color previews
#ccc099 text on a black background
contrast 11.57:1
Card sample
#ccc099 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc099;
Background color
Panel with #ccc099 background
background-color: #ccc099;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc099;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 192, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 192, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc099; background: linear-gradient(135deg, #ccc099, #B6CC99);