#cddbc9
a light, soft green · cool · closest name: beige
RGB
205, 219, 201
HSL
107°, 20%, 82%
CMYK
6, 0, 8, 14
Luminance
0.6786
Every format
| HEX | #cddbc9 |
| RGB | rgb(205, 219, 201) |
| HSL | hsl(107, 20%, 82%) |
| CMYK | cmyk(6%, 0%, 8%, 14%) |
| LAB | lab(85.9 -8.0 7.2) |
| LCH | lch(85.9 10.8 137.8) |
| OKLCH | oklch(0.876 0.029 138.7) |
Copy-ready code
/* CSS */
color: #cddbc9;
background-color: #cddbc9;
/* Tailwind (arbitrary) */
class="text-[#cddbc9] bg-[#cddbc9]"
/* SCSS */
$brand: #cddbc9;
/* SwiftUI */
Color(red: 0.804, green: 0.859, blue: 0.788)
/* Android */
Color.parseColor("#cddbc9")Accessibility — WCAG contrast
Aa
#cddbc9 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddbc9 on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.9%
Blue78.8%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow8.2%
Key (black)14.1%
Color previews
#cddbc9 text on a black background
contrast 14.57:1
Card sample
#cddbc9 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddbc9;
Background color
Panel with #cddbc9 background
background-color: #cddbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 219, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 219, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddbc9; background: linear-gradient(135deg, #cddbc9, #C9DBD1);