#ccbb99
a light, soft yellow · warm · closest name: tan
RGB
204, 187, 153
HSL
40°, 33%, 70%
CMYK
0, 8, 25, 20
Luminance
0.5068
Every format
| HEX | #ccbb99 |
| RGB | rgb(204, 187, 153) |
| HSL | hsl(40, 33%, 70%) |
| CMYK | cmyk(0%, 8%, 25%, 20%) |
| LAB | lab(76.5 0.7 19.4) |
| LCH | lch(76.5 19.4 87.9) |
| OKLCH | oklch(0.798 0.050 84.5) |
Copy-ready code
/* CSS */
color: #ccbb99;
background-color: #ccbb99;
/* Tailwind (arbitrary) */
class="text-[#ccbb99] bg-[#ccbb99]"
/* SCSS */
$brand: #ccbb99;
/* SwiftUI */
Color(red: 0.800, green: 0.733, blue: 0.600)
/* Android */
Color.parseColor("#ccbb99")Accessibility — WCAG contrast
Aa
#ccbb99 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbb99 on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green73.3%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow25.0%
Key (black)20.0%
Color previews
#ccbb99 text on a black background
contrast 11.14:1
Card sample
#ccbb99 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbb99;
Background color
Panel with #ccbb99 background
background-color: #ccbb99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbb99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 187, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 187, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbb99; background: linear-gradient(135deg, #ccbb99, #BBCC99);