#c3dba0
a light, vivid green · cool · closest name: khaki
RGB
195, 219, 160
HSL
84°, 45%, 74%
CMYK
11, 0, 27, 14
Luminance
0.6480
Every format
| HEX | #c3dba0 |
| RGB | rgb(195, 219, 160) |
| HSL | hsl(84, 45%, 74%) |
| CMYK | cmyk(11%, 0%, 27%, 14%) |
| LAB | lab(84.4 -18.1 26.4) |
| LCH | lch(84.4 32.0 124.4) |
| OKLCH | oklch(0.859 0.083 126.1) |
Copy-ready code
/* CSS */
color: #c3dba0;
background-color: #c3dba0;
/* Tailwind (arbitrary) */
class="text-[#c3dba0] bg-[#c3dba0]"
/* SCSS */
$brand: #c3dba0;
/* SwiftUI */
Color(red: 0.765, green: 0.859, blue: 0.627)
/* Android */
Color.parseColor("#c3dba0")Accessibility — WCAG contrast
Aa
#c3dba0 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3dba0 on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green85.9%
Blue62.7%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow26.9%
Key (black)14.1%
Color previews
#c3dba0 text on a black background
contrast 13.96:1
Card sample
#c3dba0 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3dba0;
Background color
Panel with #c3dba0 background
background-color: #c3dba0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3dba0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 219, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 219, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3dba0; background: linear-gradient(135deg, #c3dba0, #A0DBA4);