#ccdba4
a light, soft green · cool · closest name: beige
RGB
204, 219, 164
HSL
76°, 43%, 75%
CMYK
7, 0, 25, 14
Luminance
0.6618
Every format
| HEX | #ccdba4 |
| RGB | rgb(204, 219, 164) |
| HSL | hsl(76, 43%, 75%) |
| CMYK | cmyk(7%, 0%, 25%, 14%) |
| LAB | lab(85.1 -14.2 25.4) |
| LCH | lch(85.1 29.1 119.2) |
| OKLCH | oklch(0.866 0.075 120.4) |
Copy-ready code
/* CSS */
color: #ccdba4;
background-color: #ccdba4;
/* Tailwind (arbitrary) */
class="text-[#ccdba4] bg-[#ccdba4]"
/* SCSS */
$brand: #ccdba4;
/* SwiftUI */
Color(red: 0.800, green: 0.859, blue: 0.643)
/* Android */
Color.parseColor("#ccdba4")Accessibility — WCAG contrast
Aa
#ccdba4 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdba4 on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green85.9%
Blue64.3%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow25.1%
Key (black)14.1%
Color previews
#ccdba4 text on a black background
contrast 14.24:1
Card sample
#ccdba4 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdba4;
Background color
Panel with #ccdba4 background
background-color: #ccdba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 219, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 219, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdba4; background: linear-gradient(135deg, #ccdba4, #A7DBA4);