#ccbfc2
a light, muted red · warm · closest name: silver
RGB
204, 191, 194
HSL
346°, 11%, 78%
CMYK
0, 6, 5, 20
Luminance
0.5399
Every format
| HEX | #ccbfc2 |
| RGB | rgb(204, 191, 194) |
| HSL | hsl(346, 11%, 78%) |
| CMYK | cmyk(0%, 6%, 5%, 20%) |
| LAB | lab(78.5 5.1 0.1) |
| LCH | lch(78.5 5.1 1.6) |
| OKLCH | oklch(0.816 0.015 1.6) |
Copy-ready code
/* CSS */
color: #ccbfc2;
background-color: #ccbfc2;
/* Tailwind (arbitrary) */
class="text-[#ccbfc2] bg-[#ccbfc2]"
/* SCSS */
$brand: #ccbfc2;
/* SwiftUI */
Color(red: 0.800, green: 0.749, blue: 0.761)
/* Android */
Color.parseColor("#ccbfc2")Accessibility — WCAG contrast
Aa
#ccbfc2 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbfc2 on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green74.9%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow4.9%
Key (black)20.0%
Color previews
#ccbfc2 text on a black background
contrast 11.80:1
Card sample
#ccbfc2 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbfc2;
Background color
Panel with #ccbfc2 background
background-color: #ccbfc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbfc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 191, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 191, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbfc2; background: linear-gradient(135deg, #ccbfc2, #CCC5BF);