#ccccad
a light, soft yellow · cool · closest name: tan
RGB
204, 204, 173
HSL
60°, 23%, 74%
CMYK
0, 0, 15, 20
Luminance
0.5904
Every format
| HEX | #ccccad |
| RGB | rgb(204, 204, 173) |
| HSL | hsl(60, 23%, 74%) |
| CMYK | cmyk(0%, 0%, 15%, 20%) |
| LAB | lab(81.3 -5.3 15.5) |
| LCH | lch(81.3 16.4 108.7) |
| OKLCH | oklch(0.837 0.042 107.3) |
Copy-ready code
/* CSS */
color: #ccccad;
background-color: #ccccad;
/* Tailwind (arbitrary) */
class="text-[#ccccad] bg-[#ccccad]"
/* SCSS */
$brand: #ccccad;
/* SwiftUI */
Color(red: 0.800, green: 0.800, blue: 0.678)
/* Android */
Color.parseColor("#ccccad")Accessibility — WCAG contrast
Aa
#ccccad on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccccad on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.0%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow15.2%
Key (black)20.0%
Color previews
#ccccad text on a black background
contrast 12.81:1
Card sample
#ccccad text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccccad;
Background color
Panel with #ccccad background
background-color: #ccccad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccccad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 204, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 204, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccccad; background: linear-gradient(135deg, #ccccad, #B7CCAD);