#c3dfbf
a light, soft green · cool · closest name: beige
RGB
195, 223, 191
HSL
113°, 33%, 81%
CMYK
13, 0, 14, 13
Luminance
0.6814
Every format
| HEX | #c3dfbf |
| RGB | rgb(195, 223, 191) |
| HSL | hsl(113, 33%, 81%) |
| CMYK | cmyk(13%, 0%, 14%, 13%) |
| LAB | lab(86.1 -15.2 12.6) |
| LCH | lch(86.1 19.7 140.2) |
| OKLCH | oklch(0.875 0.053 141.7) |
Copy-ready code
/* CSS */
color: #c3dfbf;
background-color: #c3dfbf;
/* Tailwind (arbitrary) */
class="text-[#c3dfbf] bg-[#c3dfbf]"
/* SCSS */
$brand: #c3dfbf;
/* SwiftUI */
Color(red: 0.765, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#c3dfbf")Accessibility — WCAG contrast
Aa
#c3dfbf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3dfbf on black: 14.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green87.5%
Blue74.9%
CMYK percentages
Cyan12.6%
Magenta0.0%
Yellow14.3%
Key (black)12.5%
Color previews
#c3dfbf text on a black background
contrast 14.63:1
Card sample
#c3dfbf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3dfbf;
Background color
Panel with #c3dfbf background
background-color: #c3dfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3dfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3dfbf; background: linear-gradient(135deg, #c3dfbf, #BFDFD0);