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