#ccab8e
a light, soft orange · warm · closest name: tan
RGB
204, 171, 142
HSL
28°, 38%, 68%
CMYK
0, 16, 30, 20
Luminance
0.4392
Every format
| HEX | #ccab8e |
| RGB | rgb(204, 171, 142) |
| HSL | hsl(28, 38%, 68%) |
| CMYK | cmyk(0%, 16%, 30%, 20%) |
| LAB | lab(72.2 7.8 19.4) |
| LCH | lch(72.2 20.9 68.3) |
| OKLCH | oklch(0.763 0.056 63.2) |
Copy-ready code
/* CSS */
color: #ccab8e;
background-color: #ccab8e;
/* Tailwind (arbitrary) */
class="text-[#ccab8e] bg-[#ccab8e]"
/* SCSS */
$brand: #ccab8e;
/* SwiftUI */
Color(red: 0.800, green: 0.671, blue: 0.557)
/* Android */
Color.parseColor("#ccab8e")Accessibility — WCAG contrast
Aa
#ccab8e on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccab8e on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.1%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta16.2%
Yellow30.4%
Key (black)20.0%
Color previews
#ccab8e text on a black background
contrast 9.78:1
Card sample
#ccab8e text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccab8e;
Background color
Panel with #ccab8e background
background-color: #ccab8e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccab8e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 171, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 171, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccab8e; background: linear-gradient(135deg, #ccab8e, #C4CC8E);