#cdddc3
a light, soft green · cool · closest name: beige
RGB
205, 221, 195
HSL
97°, 28%, 82%
CMYK
7, 0, 12, 13
Luminance
0.6863
Every format
| HEX | #cdddc3 |
| RGB | rgb(205, 221, 195) |
| HSL | hsl(97, 28%, 82%) |
| CMYK | cmyk(7%, 0%, 12%, 13%) |
| LAB | lab(86.3 -10.0 10.9) |
| LCH | lch(86.3 14.8 132.5) |
| OKLCH | oklch(0.878 0.039 133.3) |
Copy-ready code
/* CSS */
color: #cdddc3;
background-color: #cdddc3;
/* Tailwind (arbitrary) */
class="text-[#cdddc3] bg-[#cdddc3]"
/* SCSS */
$brand: #cdddc3;
/* SwiftUI */
Color(red: 0.804, green: 0.867, blue: 0.765)
/* Android */
Color.parseColor("#cdddc3")Accessibility — WCAG contrast
Aa
#cdddc3 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdddc3 on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green86.7%
Blue76.5%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow11.8%
Key (black)13.3%
Color previews
#cdddc3 text on a black background
contrast 14.73:1
Card sample
#cdddc3 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdddc3;
Background color
Panel with #cdddc3 background
background-color: #cdddc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdddc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 221, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 221, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdddc3; background: linear-gradient(135deg, #cdddc3, #C3DDCA);