#ccdbcf
a light, soft green · cool · closest name: silver
RGB
204, 219, 207
HSL
132°, 17%, 83%
CMYK
7, 0, 6, 14
Luminance
0.6801
Every format
| HEX | #ccdbcf |
| RGB | rgb(204, 219, 207) |
| HSL | hsl(132, 17%, 83%) |
| CMYK | cmyk(7%, 0%, 6%, 14%) |
| LAB | lab(86.0 -7.3 4.2) |
| LCH | lch(86.0 8.4 150.1) |
| OKLCH | oklch(0.877 0.023 151.6) |
Copy-ready code
/* CSS */
color: #ccdbcf;
background-color: #ccdbcf;
/* Tailwind (arbitrary) */
class="text-[#ccdbcf] bg-[#ccdbcf]"
/* SCSS */
$brand: #ccdbcf;
/* SwiftUI */
Color(red: 0.800, green: 0.859, blue: 0.812)
/* Android */
Color.parseColor("#ccdbcf")Accessibility — WCAG contrast
Aa
#ccdbcf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdbcf on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green85.9%
Blue81.2%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow5.5%
Key (black)14.1%
Color previews
#ccdbcf text on a black background
contrast 14.60:1
Card sample
#ccdbcf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdbcf;
Background color
Panel with #ccdbcf background
background-color: #ccdbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 219, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 219, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdbcf; background: linear-gradient(135deg, #ccdbcf, #CCDBD9);