#c3f2bc
a light, vivid green · cool · closest name: beige
RGB
195, 242, 188
HSL
112°, 68%, 84%
CMYK
19, 0, 22, 5
Luminance
0.7874
Every format
| HEX | #c3f2bc |
| RGB | rgb(195, 242, 188) |
| HSL | hsl(112, 68%, 84%) |
| CMYK | cmyk(19%, 0%, 22%, 5%) |
| LAB | lab(91.1 -25.0 21.2) |
| LCH | lch(91.1 32.8 139.6) |
| OKLCH | oklch(0.914 0.087 141.4) |
Copy-ready code
/* CSS */
color: #c3f2bc;
background-color: #c3f2bc;
/* Tailwind (arbitrary) */
class="text-[#c3f2bc] bg-[#c3f2bc]"
/* SCSS */
$brand: #c3f2bc;
/* SwiftUI */
Color(red: 0.765, green: 0.949, blue: 0.737)
/* Android */
Color.parseColor("#c3f2bc")Accessibility — WCAG contrast
Aa
#c3f2bc on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3f2bc on black: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green94.9%
Blue73.7%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow22.3%
Key (black)5.1%
Color previews
#c3f2bc text on a black background
contrast 16.75:1
Card sample
#c3f2bc text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3f2bc;
Background color
Panel with #c3f2bc background
background-color: #c3f2bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3f2bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 242, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 242, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3f2bc; background: linear-gradient(135deg, #c3f2bc, #BCF2D9);