#ccc1b3
a light, soft orange · warm · closest name: silver
RGB
204, 193, 179
HSL
34°, 20%, 75%
CMYK
0, 5, 12, 20
Luminance
0.5423
Every format
| HEX | #ccc1b3 |
| RGB | rgb(204, 193, 179) |
| HSL | hsl(34, 20%, 75%) |
| CMYK | cmyk(0%, 5%, 12%, 20%) |
| LAB | lab(78.6 1.5 8.4) |
| LCH | lch(78.6 8.6 80.1) |
| OKLCH | oklch(0.816 0.023 74.1) |
Copy-ready code
/* CSS */
color: #ccc1b3;
background-color: #ccc1b3;
/* Tailwind (arbitrary) */
class="text-[#ccc1b3] bg-[#ccc1b3]"
/* SCSS */
$brand: #ccc1b3;
/* SwiftUI */
Color(red: 0.800, green: 0.757, blue: 0.702)
/* Android */
Color.parseColor("#ccc1b3")Accessibility — WCAG contrast
Aa
#ccc1b3 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc1b3 on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.7%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow12.3%
Key (black)20.0%
Color previews
#ccc1b3 text on a black background
contrast 11.85:1
Card sample
#ccc1b3 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc1b3;
Background color
Panel with #ccc1b3 background
background-color: #ccc1b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc1b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 193, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 193, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc1b3; background: linear-gradient(135deg, #ccc1b3, #C6CCB3);