#ccd7ba
a light, soft green · cool · closest name: beige
RGB
204, 215, 186
HSL
83°, 27%, 79%
CMYK
5, 0, 14, 16
Luminance
0.6498
Every format
| HEX | #ccd7ba |
| RGB | rgb(204, 215, 186) |
| HSL | hsl(83, 27%, 79%) |
| CMYK | cmyk(5%, 0%, 14%, 16%) |
| LAB | lab(84.5 -8.8 13.1) |
| LCH | lch(84.5 15.8 124.1) |
| OKLCH | oklch(0.863 0.041 124.2) |
Copy-ready code
/* CSS */
color: #ccd7ba;
background-color: #ccd7ba;
/* Tailwind (arbitrary) */
class="text-[#ccd7ba] bg-[#ccd7ba]"
/* SCSS */
$brand: #ccd7ba;
/* SwiftUI */
Color(red: 0.800, green: 0.843, blue: 0.729)
/* Android */
Color.parseColor("#ccd7ba")Accessibility — WCAG contrast
Aa
#ccd7ba on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccd7ba on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green84.3%
Blue72.9%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow13.5%
Key (black)15.7%
Color previews
#ccd7ba text on a black background
contrast 14.00:1
Card sample
#ccd7ba text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccd7ba;
Background color
Panel with #ccd7ba background
background-color: #ccd7ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccd7ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 215, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 215, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccd7ba; background: linear-gradient(135deg, #ccd7ba, #BAD7BB);