#ccdba2
a light, soft green · cool · closest name: khaki
RGB
204, 219, 162
HSL
76°, 44%, 75%
CMYK
7, 0, 26, 14
Luminance
0.6611
Every format
| HEX | #ccdba2 |
| RGB | rgb(204, 219, 162) |
| HSL | hsl(76, 44%, 75%) |
| CMYK | cmyk(7%, 0%, 26%, 14%) |
| LAB | lab(85.0 -14.5 26.4) |
| LCH | lch(85.0 30.1 118.8) |
| OKLCH | oklch(0.866 0.077 120.0) |
Copy-ready code
/* CSS */
color: #ccdba2;
background-color: #ccdba2;
/* Tailwind (arbitrary) */
class="text-[#ccdba2] bg-[#ccdba2]"
/* SCSS */
$brand: #ccdba2;
/* SwiftUI */
Color(red: 0.800, green: 0.859, blue: 0.635)
/* Android */
Color.parseColor("#ccdba2")Accessibility — WCAG contrast
Aa
#ccdba2 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdba2 on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green85.9%
Blue63.5%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow26.0%
Key (black)14.1%
Color previews
#ccdba2 text on a black background
contrast 14.22:1
Card sample
#ccdba2 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdba2;
Background color
Panel with #ccdba2 background
background-color: #ccdba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 219, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 219, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdba2; background: linear-gradient(135deg, #ccdba2, #A6DBA2);