#ccac8f
a light, soft orange · warm · closest name: tan
RGB
204, 172, 143
HSL
29°, 37%, 68%
CMYK
0, 16, 30, 20
Luminance
0.4433
Every format
| HEX | #ccac8f |
| RGB | rgb(204, 172, 143) |
| HSL | hsl(29, 37%, 68%) |
| CMYK | cmyk(0%, 16%, 30%, 20%) |
| LAB | lab(72.5 7.3 19.3) |
| LCH | lch(72.5 20.6 69.1) |
| OKLCH | oklch(0.765 0.055 64.1) |
Copy-ready code
/* CSS */
color: #ccac8f;
background-color: #ccac8f;
/* Tailwind (arbitrary) */
class="text-[#ccac8f] bg-[#ccac8f]"
/* SCSS */
$brand: #ccac8f;
/* SwiftUI */
Color(red: 0.800, green: 0.675, blue: 0.561)
/* Android */
Color.parseColor("#ccac8f")Accessibility — WCAG contrast
Aa
#ccac8f on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccac8f on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.5%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow29.9%
Key (black)20.0%
Color previews
#ccac8f text on a black background
contrast 9.87:1
Card sample
#ccac8f text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccac8f;
Background color
Panel with #ccac8f background
background-color: #ccac8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccac8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 172, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 172, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccac8f; background: linear-gradient(135deg, #ccac8f, #C3CC8F);