#cddcab
a light, soft green · cool · closest name: beige
RGB
205, 220, 171
HSL
78°, 41%, 77%
CMYK
7, 0, 22, 14
Luminance
0.6711
Every format
| HEX | #cddcab |
| RGB | rgb(205, 220, 171) |
| HSL | hsl(78, 41%, 77%) |
| CMYK | cmyk(7%, 0%, 22%, 14%) |
| LAB | lab(85.6 -13.4 22.4) |
| LCH | lch(85.6 26.1 120.8) |
| OKLCH | oklch(0.871 0.067 121.6) |
Copy-ready code
/* CSS */
color: #cddcab;
background-color: #cddcab;
/* Tailwind (arbitrary) */
class="text-[#cddcab] bg-[#cddcab]"
/* SCSS */
$brand: #cddcab;
/* SwiftUI */
Color(red: 0.804, green: 0.863, blue: 0.671)
/* Android */
Color.parseColor("#cddcab")Accessibility — WCAG contrast
Aa
#cddcab on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddcab on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green86.3%
Blue67.1%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow22.3%
Key (black)13.7%
Color previews
#cddcab text on a black background
contrast 14.42:1
Card sample
#cddcab text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddcab;
Background color
Panel with #cddcab background
background-color: #cddcab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddcab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 220, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 220, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddcab; background: linear-gradient(135deg, #cddcab, #ACDCAB);