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