#ccc5b8
a light, soft orange · warm · closest name: silver
RGB
204, 197, 184
HSL
39°, 16%, 76%
CMYK
0, 3, 10, 20
Luminance
0.5623
Every format
| HEX | #ccc5b8 |
| RGB | rgb(204, 197, 184) |
| HSL | hsl(39, 16%, 76%) |
| CMYK | cmyk(0%, 3%, 10%, 20%) |
| LAB | lab(79.8 0.2 7.4) |
| LCH | lch(79.8 7.4 88.5) |
| OKLCH | oklch(0.826 0.019 83.1) |
Copy-ready code
/* CSS */
color: #ccc5b8;
background-color: #ccc5b8;
/* Tailwind (arbitrary) */
class="text-[#ccc5b8] bg-[#ccc5b8]"
/* SCSS */
$brand: #ccc5b8;
/* SwiftUI */
Color(red: 0.800, green: 0.773, blue: 0.722)
/* Android */
Color.parseColor("#ccc5b8")Accessibility — WCAG contrast
Aa
#ccc5b8 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc5b8 on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green77.3%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow9.8%
Key (black)20.0%
Color previews
#ccc5b8 text on a black background
contrast 12.25:1
Card sample
#ccc5b8 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc5b8;
Background color
Panel with #ccc5b8 background
background-color: #ccc5b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc5b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 197, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 197, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc5b8; background: linear-gradient(135deg, #ccc5b8, #C6CCB8);