#cddabf
a light, soft green · cool · closest name: beige
RGB
205, 218, 191
HSL
89°, 27%, 80%
CMYK
6, 0, 12, 15
Luminance
0.6688
Every format
| HEX | #cddabf |
| RGB | rgb(205, 218, 191) |
| HSL | hsl(89, 27%, 80%) |
| CMYK | cmyk(6%, 0%, 12%, 15%) |
| LAB | lab(85.4 -9.2 11.8) |
| LCH | lch(85.4 15.0 127.9) |
| OKLCH | oklch(0.871 0.039 128.3) |
Copy-ready code
/* CSS */
color: #cddabf;
background-color: #cddabf;
/* Tailwind (arbitrary) */
class="text-[#cddabf] bg-[#cddabf]"
/* SCSS */
$brand: #cddabf;
/* SwiftUI */
Color(red: 0.804, green: 0.855, blue: 0.749)
/* Android */
Color.parseColor("#cddabf")Accessibility — WCAG contrast
Aa
#cddabf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddabf on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.5%
Blue74.9%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow12.4%
Key (black)14.5%
Color previews
#cddabf text on a black background
contrast 14.38:1
Card sample
#cddabf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddabf;
Background color
Panel with #cddabf background
background-color: #cddabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 218, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 218, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddabf; background: linear-gradient(135deg, #cddabf, #BFDAC3);