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