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