#cddccd
a light, soft green · cool · closest name: beige
RGB
205, 220, 205
HSL
120°, 18%, 83%
CMYK
7, 0, 7, 14
Luminance
0.6857
Every format
| HEX | #cddccd |
| RGB | rgb(205, 220, 205) |
| HSL | hsl(120, 18%, 83%) |
| CMYK | cmyk(7%, 0%, 7%, 14%) |
| LAB | lab(86.3 -7.8 5.6) |
| LCH | lch(86.3 9.6 144.1) |
| OKLCH | oklch(0.879 0.026 145.4) |
Copy-ready code
/* CSS */
color: #cddccd;
background-color: #cddccd;
/* Tailwind (arbitrary) */
class="text-[#cddccd] bg-[#cddccd]"
/* SCSS */
$brand: #cddccd;
/* SwiftUI */
Color(red: 0.804, green: 0.863, blue: 0.804)
/* Android */
Color.parseColor("#cddccd")Accessibility — WCAG contrast
Aa
#cddccd on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddccd on black: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green86.3%
Blue80.4%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow6.8%
Key (black)13.7%
Color previews
#cddccd text on a black background
contrast 14.71:1
Card sample
#cddccd text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddccd;
Background color
Panel with #cddccd background
background-color: #cddccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 220, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 220, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddccd; background: linear-gradient(135deg, #cddccd, #CDDCD7);