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