#ccb088
a light, soft orange · warm · “tan”
RGB
204, 176, 136
HSL
35°, 40%, 67%
CMYK
0, 14, 33, 20
Luminance
0.4567
Every format
| HEX | #ccb088 |
| RGB | rgb(204, 176, 136) |
| HSL | hsl(35, 40%, 67%) |
| CMYK | cmyk(0%, 14%, 33%, 20%) |
| LAB | lab(73.3 4.3 24.3) |
| LCH | lch(73.3 24.6 80.0) |
| OKLCH | oklch(0.772 0.063 76.4) |
Copy-ready code
/* CSS */
color: #ccb088;
background-color: #ccb088;
/* Tailwind (arbitrary) */
class="text-[#ccb088] bg-[#ccb088]"
/* SCSS */
$brand: #ccb088;
/* SwiftUI */
Color(red: 0.800, green: 0.690, blue: 0.533)
/* Android */
Color.parseColor("#ccb088")Accessibility — WCAG contrast
Aa
#ccb088 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccb088 on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green69.0%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow33.3%
Key (black)20.0%
Color previews
#ccb088 text on a black background
contrast 10.13:1
Card sample
#ccb088 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccb088;
Background color
Panel with #ccb088 background
background-color: #ccb088;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccb088;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 176, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 176, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccb088; background: linear-gradient(135deg, #ccb088, #BBCC88);