#ccba8f
a light, soft yellow · warm · closest name: tan
RGB
204, 186, 143
HSL
42°, 37%, 68%
CMYK
0, 9, 30, 20
Luminance
0.4994
Every format
| HEX | #ccba8f |
| RGB | rgb(204, 186, 143) |
| HSL | hsl(42, 37%, 68%) |
| CMYK | cmyk(0%, 9%, 30%, 20%) |
| LAB | lab(76.0 -0.1 24.2) |
| LCH | lch(76.0 24.2 90.3) |
| OKLCH | oklch(0.793 0.061 88.0) |
Copy-ready code
/* CSS */
color: #ccba8f;
background-color: #ccba8f;
/* Tailwind (arbitrary) */
class="text-[#ccba8f] bg-[#ccba8f]"
/* SCSS */
$brand: #ccba8f;
/* SwiftUI */
Color(red: 0.800, green: 0.729, blue: 0.561)
/* Android */
Color.parseColor("#ccba8f")Accessibility — WCAG contrast
Aa
#ccba8f on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccba8f on black: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green72.9%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow29.9%
Key (black)20.0%
Color previews
#ccba8f text on a black background
contrast 10.99:1
Card sample
#ccba8f text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccba8f;
Background color
Panel with #ccba8f background
background-color: #ccba8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccba8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 186, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 186, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccba8f; background: linear-gradient(135deg, #ccba8f, #B5CC8F);