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