#cddcb3
a light, soft green · cool · closest name: beige
RGB
205, 220, 179
HSL
82°, 37%, 78%
CMYK
7, 0, 19, 14
Luminance
0.6742
Every format
| HEX | #cddcb3 |
| RGB | rgb(205, 220, 179) |
| HSL | hsl(82, 37%, 78%) |
| CMYK | cmyk(7%, 0%, 19%, 14%) |
| LAB | lab(85.7 -12.1 18.5) |
| LCH | lch(85.7 22.1 123.3) |
| OKLCH | oklch(0.873 0.057 123.9) |
Copy-ready code
/* CSS */
color: #cddcb3;
background-color: #cddcb3;
/* Tailwind (arbitrary) */
class="text-[#cddcb3] bg-[#cddcb3]"
/* SCSS */
$brand: #cddcb3;
/* SwiftUI */
Color(red: 0.804, green: 0.863, blue: 0.702)
/* Android */
Color.parseColor("#cddcb3")Accessibility — WCAG contrast
Aa
#cddcb3 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddcb3 on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green86.3%
Blue70.2%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow18.6%
Key (black)13.7%
Color previews
#cddcb3 text on a black background
contrast 14.48:1
Card sample
#cddcb3 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddcb3;
Background color
Panel with #cddcb3 background
background-color: #cddcb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddcb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 220, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 220, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddcb3; background: linear-gradient(135deg, #cddcb3, #B3DCB4);