#ccc2a7
a light, soft yellow · warm · closest name: tan
RGB
204, 194, 167
HSL
44°, 27%, 73%
CMYK
0, 5, 18, 20
Luminance
0.5421
Every format
| HEX | #ccc2a7 |
| RGB | rgb(204, 194, 167) |
| HSL | hsl(44, 27%, 73%) |
| CMYK | cmyk(0%, 5%, 18%, 20%) |
| LAB | lab(78.6 -0.9 14.9) |
| LCH | lch(78.6 14.9 93.7) |
| OKLCH | oklch(0.815 0.038 90.1) |
Copy-ready code
/* CSS */
color: #ccc2a7;
background-color: #ccc2a7;
/* Tailwind (arbitrary) */
class="text-[#ccc2a7] bg-[#ccc2a7]"
/* SCSS */
$brand: #ccc2a7;
/* SwiftUI */
Color(red: 0.800, green: 0.761, blue: 0.655)
/* Android */
Color.parseColor("#ccc2a7")Accessibility — WCAG contrast
Aa
#ccc2a7 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc2a7 on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.1%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow18.1%
Key (black)20.0%
Color previews
#ccc2a7 text on a black background
contrast 11.84:1
Card sample
#ccc2a7 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc2a7;
Background color
Panel with #ccc2a7 background
background-color: #ccc2a7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc2a7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 194, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 194, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc2a7; background: linear-gradient(135deg, #ccc2a7, #BDCCA7);