#ccbb88
a light, soft yellow · cool · closest name: tan
RGB
204, 187, 136
HSL
45°, 40%, 67%
CMYK
0, 8, 33, 20
Luminance
0.5016
Every format
| HEX | #ccbb88 |
| RGB | rgb(204, 187, 136) |
| HSL | hsl(45, 40%, 67%) |
| CMYK | cmyk(0%, 8%, 33%, 20%) |
| LAB | lab(76.2 -1.6 28.1) |
| LCH | lch(76.2 28.1 93.2) |
| OKLCH | oklch(0.794 0.070 91.8) |
Copy-ready code
/* CSS */
color: #ccbb88;
background-color: #ccbb88;
/* Tailwind (arbitrary) */
class="text-[#ccbb88] bg-[#ccbb88]"
/* SCSS */
$brand: #ccbb88;
/* SwiftUI */
Color(red: 0.800, green: 0.733, blue: 0.533)
/* Android */
Color.parseColor("#ccbb88")Accessibility — WCAG contrast
Aa
#ccbb88 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbb88 on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green73.3%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow33.3%
Key (black)20.0%
Color previews
#ccbb88 text on a black background
contrast 11.03:1
Card sample
#ccbb88 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbb88;
Background color
Panel with #ccbb88 background
background-color: #ccbb88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbb88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 187, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 187, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbb88; background: linear-gradient(135deg, #ccbb88, #B0CC88);