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