#c5dba2
a light, soft green · cool · closest name: khaki
RGB
197, 219, 162
HSL
83°, 44%, 75%
CMYK
10, 0, 26, 14
Luminance
0.6514
Every format
| HEX | #c5dba2 |
| RGB | rgb(197, 219, 162) |
| HSL | hsl(83, 44%, 75%) |
| CMYK | cmyk(10%, 0%, 26%, 14%) |
| LAB | lab(84.6 -17.1 25.7) |
| LCH | lch(84.6 30.8 123.7) |
| OKLCH | oklch(0.861 0.079 125.2) |
Copy-ready code
/* CSS */
color: #c5dba2;
background-color: #c5dba2;
/* Tailwind (arbitrary) */
class="text-[#c5dba2] bg-[#c5dba2]"
/* SCSS */
$brand: #c5dba2;
/* SwiftUI */
Color(red: 0.773, green: 0.859, blue: 0.635)
/* Android */
Color.parseColor("#c5dba2")Accessibility — WCAG contrast
Aa
#c5dba2 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5dba2 on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green85.9%
Blue63.5%
CMYK percentages
Cyan10.0%
Magenta0.0%
Yellow26.0%
Key (black)14.1%
Color previews
#c5dba2 text on a black background
contrast 14.03:1
Card sample
#c5dba2 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5dba2;
Background color
Panel with #c5dba2 background
background-color: #c5dba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5dba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 219, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 219, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5dba2; background: linear-gradient(135deg, #c5dba2, #A2DBA5);