#ccbcad
a light, soft orange · warm · closest name: silver
RGB
204, 188, 173
HSL
29°, 23%, 74%
CMYK
0, 8, 15, 20
Luminance
0.5182
Every format
| HEX | #ccbcad |
| RGB | rgb(204, 188, 173) |
| HSL | hsl(29, 23%, 74%) |
| CMYK | cmyk(0%, 8%, 15%, 20%) |
| LAB | lab(77.2 3.2 9.6) |
| LCH | lch(77.2 10.1 71.8) |
| OKLCH | oklch(0.804 0.028 65.6) |
Copy-ready code
/* CSS */
color: #ccbcad;
background-color: #ccbcad;
/* Tailwind (arbitrary) */
class="text-[#ccbcad] bg-[#ccbcad]"
/* SCSS */
$brand: #ccbcad;
/* SwiftUI */
Color(red: 0.800, green: 0.737, blue: 0.678)
/* Android */
Color.parseColor("#ccbcad")Accessibility — WCAG contrast
Aa
#ccbcad on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbcad on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green73.7%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow15.2%
Key (black)20.0%
Color previews
#ccbcad text on a black background
contrast 11.36:1
Card sample
#ccbcad text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbcad;
Background color
Panel with #ccbcad background
background-color: #ccbcad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbcad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 188, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 188, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbcad; background: linear-gradient(135deg, #ccbcad, #C7CCAD);