#cbda8f
a light, vivid green · cool · closest name: khaki
RGB
203, 218, 143
HSL
72°, 50%, 71%
CMYK
7, 0, 34, 15
Luminance
0.6482
Every format
| HEX | #cbda8f |
| RGB | rgb(203, 218, 143) |
| HSL | hsl(72, 50%, 71%) |
| CMYK | cmyk(7%, 0%, 34%, 15%) |
| LAB | lab(84.4 -16.9 35.3) |
| LCH | lch(84.4 39.1 115.6) |
| OKLCH | oklch(0.860 0.099 117.7) |
Copy-ready code
/* CSS */
color: #cbda8f;
background-color: #cbda8f;
/* Tailwind (arbitrary) */
class="text-[#cbda8f] bg-[#cbda8f]"
/* SCSS */
$brand: #cbda8f;
/* SwiftUI */
Color(red: 0.796, green: 0.855, blue: 0.561)
/* Android */
Color.parseColor("#cbda8f")Accessibility — WCAG contrast
Aa
#cbda8f on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbda8f on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.5%
Blue56.1%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow34.4%
Key (black)14.5%
Color previews
#cbda8f text on a black background
contrast 13.96:1
Card sample
#cbda8f text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbda8f;
Background color
Panel with #cbda8f background
background-color: #cbda8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbda8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 218, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 218, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbda8f; background: linear-gradient(135deg, #cbda8f, #99DA8F);