#c3f5cf
a pale, vivid green · cool · closest name: beige
RGB
195, 245, 207
HSL
134°, 71%, 86%
CMYK
20, 0, 16, 4
Luminance
0.8141
Every format
| HEX | #c3f5cf |
| RGB | rgb(195, 245, 207) |
| HSL | hsl(134, 71%, 86%) |
| CMYK | cmyk(20%, 0%, 16%, 4%) |
| LAB | lab(92.3 -23.2 13.1) |
| LCH | lch(92.3 26.6 150.5) |
| OKLCH | oklch(0.925 0.072 152.1) |
Copy-ready code
/* CSS */
color: #c3f5cf;
background-color: #c3f5cf;
/* Tailwind (arbitrary) */
class="text-[#c3f5cf] bg-[#c3f5cf]"
/* SCSS */
$brand: #c3f5cf;
/* SwiftUI */
Color(red: 0.765, green: 0.961, blue: 0.812)
/* Android */
Color.parseColor("#c3f5cf")Accessibility — WCAG contrast
Aa
#c3f5cf on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3f5cf on black: 17.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green96.1%
Blue81.2%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow15.5%
Key (black)3.9%
Color previews
#c3f5cf text on a black background
contrast 17.28:1
Card sample
#c3f5cf text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3f5cf;
Background color
Panel with #c3f5cf background
background-color: #c3f5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3f5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 245, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 245, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3f5cf; background: linear-gradient(135deg, #c3f5cf, #C3F5F0);