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