#ccdbc9
a light, soft green · cool · closest name: beige
RGB
204, 219, 201
HSL
110°, 20%, 82%
CMYK
7, 0, 8, 14
Luminance
0.6772
Every format
| HEX | #ccdbc9 |
| RGB | rgb(204, 219, 201) |
| HSL | hsl(110, 20%, 82%) |
| CMYK | cmyk(7%, 0%, 8%, 14%) |
| LAB | lab(85.9 -8.3 7.1) |
| LCH | lch(85.9 11.0 139.4) |
| OKLCH | oklch(0.875 0.029 140.5) |
Copy-ready code
/* CSS */
color: #ccdbc9;
background-color: #ccdbc9;
/* Tailwind (arbitrary) */
class="text-[#ccdbc9] bg-[#ccdbc9]"
/* SCSS */
$brand: #ccdbc9;
/* SwiftUI */
Color(red: 0.800, green: 0.859, blue: 0.788)
/* Android */
Color.parseColor("#ccdbc9")Accessibility — WCAG contrast
Aa
#ccdbc9 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdbc9 on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green85.9%
Blue78.8%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow8.2%
Key (black)14.1%
Color previews
#ccdbc9 text on a black background
contrast 14.54:1
Card sample
#ccdbc9 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdbc9;
Background color
Panel with #ccdbc9 background
background-color: #ccdbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 219, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 219, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdbc9; background: linear-gradient(135deg, #ccdbc9, #C9DBD2);