#cddcd5
a light, soft green · cool · closest name: silver
RGB
205, 220, 213
HSL
152°, 18%, 83%
CMYK
7, 0, 3, 14
Luminance
0.6897
Every format
| HEX | #cddcd5 |
| RGB | rgb(205, 220, 213) |
| HSL | hsl(152, 18%, 83%) |
| CMYK | cmyk(7%, 0%, 3%, 14%) |
| LAB | lab(86.5 -6.3 1.7) |
| LCH | lch(86.5 6.5 164.9) |
| OKLCH | oklch(0.881 0.019 166.3) |
Copy-ready code
/* CSS */
color: #cddcd5;
background-color: #cddcd5;
/* Tailwind (arbitrary) */
class="text-[#cddcd5] bg-[#cddcd5]"
/* SCSS */
$brand: #cddcd5;
/* SwiftUI */
Color(red: 0.804, green: 0.863, blue: 0.835)
/* Android */
Color.parseColor("#cddcd5")Accessibility — WCAG contrast
Aa
#cddcd5 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddcd5 on black: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green86.3%
Blue83.5%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow3.2%
Key (black)13.7%
Color previews
#cddcd5 text on a black background
contrast 14.79:1
Card sample
#cddcd5 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddcd5;
Background color
Panel with #cddcd5 background
background-color: #cddcd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddcd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 220, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 220, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddcd5; background: linear-gradient(135deg, #cddcd5, #CDD9DC);