#c3ddbf
a light, soft green · cool · closest name: beige
RGB
195, 221, 191
HSL
112°, 31%, 81%
CMYK
12, 0, 14, 13
Luminance
0.6708
Every format
| HEX | #c3ddbf |
| RGB | rgb(195, 221, 191) |
| HSL | hsl(112, 31%, 81%) |
| CMYK | cmyk(12%, 0%, 14%, 13%) |
| LAB | lab(85.5 -14.2 11.8) |
| LCH | lch(85.5 18.5 140.1) |
| OKLCH | oklch(0.870 0.049 141.4) |
Copy-ready code
/* CSS */
color: #c3ddbf;
background-color: #c3ddbf;
/* Tailwind (arbitrary) */
class="text-[#c3ddbf] bg-[#c3ddbf]"
/* SCSS */
$brand: #c3ddbf;
/* SwiftUI */
Color(red: 0.765, green: 0.867, blue: 0.749)
/* Android */
Color.parseColor("#c3ddbf")Accessibility — WCAG contrast
Aa
#c3ddbf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ddbf on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green86.7%
Blue74.9%
CMYK percentages
Cyan11.8%
Magenta0.0%
Yellow13.6%
Key (black)13.3%
Color previews
#c3ddbf text on a black background
contrast 14.42:1
Card sample
#c3ddbf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ddbf;
Background color
Panel with #c3ddbf background
background-color: #c3ddbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ddbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 221, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 221, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ddbf; background: linear-gradient(135deg, #c3ddbf, #BFDDCF);