#ccc3ab
a light, soft yellow · warm · closest name: tan
RGB
204, 195, 171
HSL
44°, 24%, 74%
CMYK
0, 4, 16, 20
Luminance
0.5481
Every format
| HEX | #ccc3ab |
| RGB | rgb(204, 195, 171) |
| HSL | hsl(44, 24%, 74%) |
| CMYK | cmyk(0%, 4%, 16%, 20%) |
| LAB | lab(78.9 -0.9 13.2) |
| LCH | lch(78.9 13.2 93.7) |
| OKLCH | oklch(0.818 0.034 89.9) |
Copy-ready code
/* CSS */
color: #ccc3ab;
background-color: #ccc3ab;
/* Tailwind (arbitrary) */
class="text-[#ccc3ab] bg-[#ccc3ab]"
/* SCSS */
$brand: #ccc3ab;
/* SwiftUI */
Color(red: 0.800, green: 0.765, blue: 0.671)
/* Android */
Color.parseColor("#ccc3ab")Accessibility — WCAG contrast
Aa
#ccc3ab on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc3ab on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow16.2%
Key (black)20.0%
Color previews
#ccc3ab text on a black background
contrast 11.96:1
Card sample
#ccc3ab text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc3ab;
Background color
Panel with #ccc3ab background
background-color: #ccc3ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc3ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 195, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 195, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc3ab; background: linear-gradient(135deg, #ccc3ab, #BFCCAB);