#cddbd3
a light, soft green · cool · closest name: silver
RGB
205, 219, 211
HSL
146°, 16%, 83%
CMYK
6, 0, 4, 14
Luminance
0.6835
Every format
| HEX | #cddbd3 |
| RGB | rgb(205, 219, 211) |
| HSL | hsl(146, 16%, 83%) |
| CMYK | cmyk(6%, 0%, 4%, 14%) |
| LAB | lab(86.2 -6.2 2.3) |
| LCH | lch(86.2 6.6 159.5) |
| OKLCH | oklch(0.879 0.019 161.1) |
Copy-ready code
/* CSS */
color: #cddbd3;
background-color: #cddbd3;
/* Tailwind (arbitrary) */
class="text-[#cddbd3] bg-[#cddbd3]"
/* SCSS */
$brand: #cddbd3;
/* SwiftUI */
Color(red: 0.804, green: 0.859, blue: 0.827)
/* Android */
Color.parseColor("#cddbd3")Accessibility — WCAG contrast
Aa
#cddbd3 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddbd3 on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.9%
Blue82.7%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow3.7%
Key (black)14.1%
Color previews
#cddbd3 text on a black background
contrast 14.67:1
Card sample
#cddbd3 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddbd3;
Background color
Panel with #cddbd3 background
background-color: #cddbd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddbd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 219, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 219, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddbd3; background: linear-gradient(135deg, #cddbd3, #CDDADB);