#cddbc4
a light, soft green · cool · closest name: beige
RGB
205, 219, 196
HSL
97°, 24%, 81%
CMYK
6, 0, 11, 14
Luminance
0.6763
Every format
| HEX | #cddbc4 |
| RGB | rgb(205, 219, 196) |
| HSL | hsl(97, 24%, 81%) |
| CMYK | cmyk(6%, 0%, 11%, 14%) |
| LAB | lab(85.8 -8.8 9.7) |
| LCH | lch(85.8 13.1 132.3) |
| OKLCH | oklch(0.875 0.035 133.0) |
Copy-ready code
/* CSS */
color: #cddbc4;
background-color: #cddbc4;
/* Tailwind (arbitrary) */
class="text-[#cddbc4] bg-[#cddbc4]"
/* SCSS */
$brand: #cddbc4;
/* SwiftUI */
Color(red: 0.804, green: 0.859, blue: 0.769)
/* Android */
Color.parseColor("#cddbc4")Accessibility — WCAG contrast
Aa
#cddbc4 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddbc4 on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.9%
Blue76.9%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow10.5%
Key (black)14.1%
Color previews
#cddbc4 text on a black background
contrast 14.53:1
Card sample
#cddbc4 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddbc4;
Background color
Panel with #cddbc4 background
background-color: #cddbc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddbc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 219, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 219, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddbc4; background: linear-gradient(135deg, #cddbc4, #C4DBCA);