#c3ddc3
a light, soft green · cool · closest name: beige
RGB
195, 221, 195
HSL
120°, 28%, 82%
CMYK
12, 0, 12, 13
Luminance
0.6726
Every format
| HEX | #c3ddc3 |
| RGB | rgb(195, 221, 195) |
| HSL | hsl(120, 28%, 82%) |
| CMYK | cmyk(12%, 0%, 12%, 13%) |
| LAB | lab(85.6 -13.5 9.9) |
| LCH | lch(85.6 16.7 143.7) |
| OKLCH | oklch(0.871 0.045 145.2) |
Copy-ready code
/* CSS */
color: #c3ddc3;
background-color: #c3ddc3;
/* Tailwind (arbitrary) */
class="text-[#c3ddc3] bg-[#c3ddc3]"
/* SCSS */
$brand: #c3ddc3;
/* SwiftUI */
Color(red: 0.765, green: 0.867, blue: 0.765)
/* Android */
Color.parseColor("#c3ddc3")Accessibility — WCAG contrast
Aa
#c3ddc3 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ddc3 on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green86.7%
Blue76.5%
CMYK percentages
Cyan11.8%
Magenta0.0%
Yellow11.8%
Key (black)13.3%
Color previews
#c3ddc3 text on a black background
contrast 14.45:1
Card sample
#c3ddc3 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ddc3;
Background color
Panel with #c3ddc3 background
background-color: #c3ddc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ddc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 221, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 221, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ddc3; background: linear-gradient(135deg, #c3ddc3, #C3DDD4);