#ccdabc
a light, soft green · cool · closest name: beige
RGB
204, 218, 188
HSL
88°, 29%, 80%
CMYK
6, 0, 14, 15
Luminance
0.6661
Every format
| HEX | #ccdabc |
| RGB | rgb(204, 218, 188) |
| HSL | hsl(88, 29%, 80%) |
| CMYK | cmyk(6%, 0%, 14%, 15%) |
| LAB | lab(85.3 -10.0 13.2) |
| LCH | lch(85.3 16.6 127.3) |
| OKLCH | oklch(0.870 0.043 127.7) |
Copy-ready code
/* CSS */
color: #ccdabc;
background-color: #ccdabc;
/* Tailwind (arbitrary) */
class="text-[#ccdabc] bg-[#ccdabc]"
/* SCSS */
$brand: #ccdabc;
/* SwiftUI */
Color(red: 0.800, green: 0.855, blue: 0.737)
/* Android */
Color.parseColor("#ccdabc")Accessibility — WCAG contrast
Aa
#ccdabc on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdabc on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green85.5%
Blue73.7%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow13.8%
Key (black)14.5%
Color previews
#ccdabc text on a black background
contrast 14.32:1
Card sample
#ccdabc text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdabc;
Background color
Panel with #ccdabc background
background-color: #ccdabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 218, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 218, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdabc; background: linear-gradient(135deg, #ccdabc, #BCDAC0);