#ccc088
a light, soft yellow · cool · closest name: tan
RGB
204, 192, 136
HSL
49°, 40%, 67%
CMYK
0, 6, 33, 20
Luminance
0.5231
Every format
| HEX | #ccc088 |
| RGB | rgb(204, 192, 136) |
| HSL | hsl(49, 40%, 67%) |
| CMYK | cmyk(0%, 6%, 33%, 20%) |
| LAB | lab(77.5 -4.2 29.8) |
| LCH | lch(77.5 30.1 98.0) |
| OKLCH | oklch(0.804 0.075 97.5) |
Copy-ready code
/* CSS */
color: #ccc088;
background-color: #ccc088;
/* Tailwind (arbitrary) */
class="text-[#ccc088] bg-[#ccc088]"
/* SCSS */
$brand: #ccc088;
/* SwiftUI */
Color(red: 0.800, green: 0.753, blue: 0.533)
/* Android */
Color.parseColor("#ccc088")Accessibility — WCAG contrast
Aa
#ccc088 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc088 on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.3%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow33.3%
Key (black)20.0%
Color previews
#ccc088 text on a black background
contrast 11.46:1
Card sample
#ccc088 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc088;
Background color
Panel with #ccc088 background
background-color: #ccc088;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc088;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 192, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 192, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc088; background: linear-gradient(135deg, #ccc088, #ABCC88);