#ccdbc2
a light, soft green · cool · closest name: beige
RGB
204, 219, 194
HSL
96°, 26%, 81%
CMYK
7, 0, 11, 14
Luminance
0.6740
Every format
| HEX | #ccdbc2 |
| RGB | rgb(204, 219, 194) |
| HSL | hsl(96, 26%, 81%) |
| CMYK | cmyk(7%, 0%, 11%, 14%) |
| LAB | lab(85.7 -9.5 10.6) |
| LCH | lch(85.7 14.3 132.0) |
| OKLCH | oklch(0.873 0.037 132.7) |
Copy-ready code
/* CSS */
color: #ccdbc2;
background-color: #ccdbc2;
/* Tailwind (arbitrary) */
class="text-[#ccdbc2] bg-[#ccdbc2]"
/* SCSS */
$brand: #ccdbc2;
/* SwiftUI */
Color(red: 0.800, green: 0.859, blue: 0.761)
/* Android */
Color.parseColor("#ccdbc2")Accessibility — WCAG contrast
Aa
#ccdbc2 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdbc2 on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green85.9%
Blue76.1%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow11.4%
Key (black)14.1%
Color previews
#ccdbc2 text on a black background
contrast 14.48:1
Card sample
#ccdbc2 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdbc2;
Background color
Panel with #ccdbc2 background
background-color: #ccdbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 219, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 219, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdbc2; background: linear-gradient(135deg, #ccdbc2, #C2DBC9);