#c3f4cf
a pale, vivid green · cool · closest name: beige
RGB
195, 244, 207
HSL
135°, 69%, 86%
CMYK
20, 0, 15, 4
Luminance
0.8081
Every format
| HEX | #c3f4cf |
| RGB | rgb(195, 244, 207) |
| HSL | hsl(135, 69%, 86%) |
| CMYK | cmyk(20%, 0%, 15%, 4%) |
| LAB | lab(92.0 -22.7 12.7) |
| LCH | lch(92.0 26.0 150.7) |
| OKLCH | oklch(0.923 0.071 152.3) |
Copy-ready code
/* CSS */
color: #c3f4cf;
background-color: #c3f4cf;
/* Tailwind (arbitrary) */
class="text-[#c3f4cf] bg-[#c3f4cf]"
/* SCSS */
$brand: #c3f4cf;
/* SwiftUI */
Color(red: 0.765, green: 0.957, blue: 0.812)
/* Android */
Color.parseColor("#c3f4cf")Accessibility — WCAG contrast
Aa
#c3f4cf on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3f4cf on black: 17.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green95.7%
Blue81.2%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow15.2%
Key (black)4.3%
Color previews
#c3f4cf text on a black background
contrast 17.16:1
Card sample
#c3f4cf text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3f4cf;
Background color
Panel with #c3f4cf background
background-color: #c3f4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3f4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 244, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 244, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3f4cf; background: linear-gradient(135deg, #c3f4cf, #C3F4F0);