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