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