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