#ccbfac
a light, soft orange · warm · closest name: silver
RGB
204, 191, 172
HSL
36°, 24%, 74%
CMYK
0, 6, 16, 20
Luminance
0.5308
Every format
| HEX | #ccbfac |
| RGB | rgb(204, 191, 172) |
| HSL | hsl(36, 24%, 74%) |
| CMYK | cmyk(0%, 6%, 16%, 20%) |
| LAB | lab(77.9 1.4 11.2) |
| LCH | lch(77.9 11.3 82.8) |
| OKLCH | oklch(0.810 0.030 77.5) |
Copy-ready code
/* CSS */
color: #ccbfac;
background-color: #ccbfac;
/* Tailwind (arbitrary) */
class="text-[#ccbfac] bg-[#ccbfac]"
/* SCSS */
$brand: #ccbfac;
/* SwiftUI */
Color(red: 0.800, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#ccbfac")Accessibility — WCAG contrast
Aa
#ccbfac on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbfac on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green74.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow15.7%
Key (black)20.0%
Color previews
#ccbfac text on a black background
contrast 11.62:1
Card sample
#ccbfac text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbfac;
Background color
Panel with #ccbfac background
background-color: #ccbfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbfac; background: linear-gradient(135deg, #ccbfac, #C4CCAC);