#ccbba2
a light, soft orange · warm · closest name: tan
RGB
204, 187, 162
HSL
36°, 29%, 72%
CMYK
0, 8, 21, 20
Luminance
0.5099
Every format
| HEX | #ccbba2 |
| RGB | rgb(204, 187, 162) |
| HSL | hsl(36, 29%, 72%) |
| CMYK | cmyk(0%, 8%, 21%, 20%) |
| LAB | lab(76.7 2.0 14.9) |
| LCH | lch(76.7 15.0 82.3) |
| OKLCH | oklch(0.800 0.039 77.6) |
Copy-ready code
/* CSS */
color: #ccbba2;
background-color: #ccbba2;
/* Tailwind (arbitrary) */
class="text-[#ccbba2] bg-[#ccbba2]"
/* SCSS */
$brand: #ccbba2;
/* SwiftUI */
Color(red: 0.800, green: 0.733, blue: 0.635)
/* Android */
Color.parseColor("#ccbba2")Accessibility — WCAG contrast
Aa
#ccbba2 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbba2 on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green73.3%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow20.6%
Key (black)20.0%
Color previews
#ccbba2 text on a black background
contrast 11.20:1
Card sample
#ccbba2 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbba2;
Background color
Panel with #ccbba2 background
background-color: #ccbba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 187, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 187, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbba2; background: linear-gradient(135deg, #ccbba2, #C1CCA2);