#ccbc9f
a light, soft orange · warm · closest name: tan
RGB
204, 188, 159
HSL
39°, 31%, 71%
CMYK
0, 8, 22, 20
Luminance
0.5131
Every format
| HEX | #ccbc9f |
| RGB | rgb(204, 188, 159) |
| HSL | hsl(39, 31%, 71%) |
| CMYK | cmyk(0%, 8%, 22%, 20%) |
| LAB | lab(76.9 1.0 16.7) |
| LCH | lch(76.9 16.8 86.5) |
| OKLCH | oklch(0.801 0.043 82.4) |
Copy-ready code
/* CSS */
color: #ccbc9f;
background-color: #ccbc9f;
/* Tailwind (arbitrary) */
class="text-[#ccbc9f] bg-[#ccbc9f]"
/* SCSS */
$brand: #ccbc9f;
/* SwiftUI */
Color(red: 0.800, green: 0.737, blue: 0.624)
/* Android */
Color.parseColor("#ccbc9f")Accessibility — WCAG contrast
Aa
#ccbc9f on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbc9f on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green73.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow22.1%
Key (black)20.0%
Color previews
#ccbc9f text on a black background
contrast 11.26:1
Card sample
#ccbc9f text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbc9f;
Background color
Panel with #ccbc9f background
background-color: #ccbc9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbc9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 188, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 188, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbc9f; background: linear-gradient(135deg, #ccbc9f, #BECC9F);