#c3f5cb
a pale, vivid green · cool · closest name: beige
RGB
195, 245, 203
HSL
130°, 71%, 86%
CMYK
20, 0, 17, 4
Luminance
0.8122
Every format
| HEX | #c3f5cb |
| RGB | rgb(195, 245, 203) |
| HSL | hsl(130, 71%, 86%) |
| CMYK | cmyk(20%, 0%, 17%, 4%) |
| LAB | lab(92.2 -23.9 15.1) |
| LCH | lch(92.2 28.2 147.7) |
| OKLCH | oklch(0.924 0.076 149.4) |
Copy-ready code
/* CSS */
color: #c3f5cb;
background-color: #c3f5cb;
/* Tailwind (arbitrary) */
class="text-[#c3f5cb] bg-[#c3f5cb]"
/* SCSS */
$brand: #c3f5cb;
/* SwiftUI */
Color(red: 0.765, green: 0.961, blue: 0.796)
/* Android */
Color.parseColor("#c3f5cb")Accessibility — WCAG contrast
Aa
#c3f5cb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3f5cb on black: 17.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green96.1%
Blue79.6%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow17.1%
Key (black)3.9%
Color previews
#c3f5cb text on a black background
contrast 17.24:1
Card sample
#c3f5cb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3f5cb;
Background color
Panel with #c3f5cb background
background-color: #c3f5cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3f5cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 245, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 245, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3f5cb; background: linear-gradient(135deg, #c3f5cb, #C3F5EC);