#cddb8f
a light, vivid green · cool · closest name: khaki
RGB
205, 219, 143
HSL
71°, 51%, 71%
CMYK
6, 0, 35, 14
Luminance
0.6563
Every format
| HEX | #cddb8f |
| RGB | rgb(205, 219, 143) |
| HSL | hsl(71, 51%, 71%) |
| CMYK | cmyk(6%, 0%, 35%, 14%) |
| LAB | lab(84.8 -16.7 35.9) |
| LCH | lch(84.8 39.5 114.9) |
| OKLCH | oklch(0.863 0.100 117.0) |
Copy-ready code
/* CSS */
color: #cddb8f;
background-color: #cddb8f;
/* Tailwind (arbitrary) */
class="text-[#cddb8f] bg-[#cddb8f]"
/* SCSS */
$brand: #cddb8f;
/* SwiftUI */
Color(red: 0.804, green: 0.859, blue: 0.561)
/* Android */
Color.parseColor("#cddb8f")Accessibility — WCAG contrast
Aa
#cddb8f on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddb8f on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.9%
Blue56.1%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow34.7%
Key (black)14.1%
Color previews
#cddb8f text on a black background
contrast 14.13:1
Card sample
#cddb8f text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddb8f;
Background color
Panel with #cddb8f background
background-color: #cddb8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddb8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 219, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 219, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddb8f; background: linear-gradient(135deg, #cddb8f, #9ADB8F);