#ccdaba
a light, soft green · cool · closest name: beige
RGB
204, 218, 186
HSL
86°, 30%, 79%
CMYK
6, 0, 15, 15
Luminance
0.6653
Every format
| HEX | #ccdaba |
| RGB | rgb(204, 218, 186) |
| HSL | hsl(86, 30%, 79%) |
| CMYK | cmyk(6%, 0%, 15%, 15%) |
| LAB | lab(85.3 -10.4 14.2) |
| LCH | lch(85.3 17.6 126.2) |
| OKLCH | oklch(0.869 0.046 126.6) |
Copy-ready code
/* CSS */
color: #ccdaba;
background-color: #ccdaba;
/* Tailwind (arbitrary) */
class="text-[#ccdaba] bg-[#ccdaba]"
/* SCSS */
$brand: #ccdaba;
/* SwiftUI */
Color(red: 0.800, green: 0.855, blue: 0.729)
/* Android */
Color.parseColor("#ccdaba")Accessibility — WCAG contrast
Aa
#ccdaba on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdaba on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green85.5%
Blue72.9%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow14.7%
Key (black)14.5%
Color previews
#ccdaba text on a black background
contrast 14.31:1
Card sample
#ccdaba text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdaba;
Background color
Panel with #ccdaba background
background-color: #ccdaba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdaba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 218, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 218, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdaba; background: linear-gradient(135deg, #ccdaba, #BADABD);