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