#ccba9f
a light, soft orange · warm · closest name: tan
RGB
204, 186, 159
HSL
36°, 31%, 71%
CMYK
0, 9, 22, 20
Luminance
0.5046
Every format
| HEX | #ccba9f |
| RGB | rgb(204, 186, 159) |
| HSL | hsl(36, 31%, 71%) |
| CMYK | cmyk(0%, 9%, 22%, 20%) |
| LAB | lab(76.3 2.1 16.0) |
| LCH | lch(76.3 16.2 82.6) |
| OKLCH | oklch(0.797 0.042 78.0) |
Copy-ready code
/* CSS */
color: #ccba9f;
background-color: #ccba9f;
/* Tailwind (arbitrary) */
class="text-[#ccba9f] bg-[#ccba9f]"
/* SCSS */
$brand: #ccba9f;
/* SwiftUI */
Color(red: 0.800, green: 0.729, blue: 0.624)
/* Android */
Color.parseColor("#ccba9f")Accessibility — WCAG contrast
Aa
#ccba9f on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccba9f on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green72.9%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow22.1%
Key (black)20.0%
Color previews
#ccba9f text on a black background
contrast 11.09:1
Card sample
#ccba9f text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccba9f;
Background color
Panel with #ccba9f background
background-color: #ccba9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccba9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 186, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 186, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccba9f; background: linear-gradient(135deg, #ccba9f, #C0CC9F);