#cdd89f
a light, soft green · cool · closest name: khaki
RGB
205, 216, 159
HSL
72°, 42%, 74%
CMYK
5, 0, 26, 15
Luminance
0.6459
Every format
| HEX | #cdd89f |
| RGB | rgb(205, 216, 159) |
| HSL | hsl(72, 42%, 74%) |
| CMYK | cmyk(5%, 0%, 26%, 15%) |
| LAB | lab(84.3 -13.1 26.9) |
| LCH | lch(84.3 29.9 115.9) |
| OKLCH | oklch(0.860 0.076 116.9) |
Copy-ready code
/* CSS */
color: #cdd89f;
background-color: #cdd89f;
/* Tailwind (arbitrary) */
class="text-[#cdd89f] bg-[#cdd89f]"
/* SCSS */
$brand: #cdd89f;
/* SwiftUI */
Color(red: 0.804, green: 0.847, blue: 0.624)
/* Android */
Color.parseColor("#cdd89f")Accessibility — WCAG contrast
Aa
#cdd89f on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd89f on black: 13.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green84.7%
Blue62.4%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow26.4%
Key (black)15.3%
Color previews
#cdd89f text on a black background
contrast 13.92:1
Card sample
#cdd89f text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd89f;
Background color
Panel with #cdd89f background
background-color: #cdd89f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd89f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 216, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 216, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd89f; background: linear-gradient(135deg, #cdd89f, #A7D89F);