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