#c3efb3
a light, vivid green · cool · closest name: beige
RGB
195, 239, 179
HSL
104°, 65%, 82%
CMYK
18, 0, 25, 6
Luminance
0.7659
Every format
| HEX | #c3efb3 |
| RGB | rgb(195, 239, 179) |
| HSL | hsl(104, 65%, 82%) |
| CMYK | cmyk(18%, 0%, 25%, 6%) |
| LAB | lab(90.1 -25.0 24.5) |
| LCH | lch(90.1 35.0 135.6) |
| OKLCH | oklch(0.906 0.092 137.5) |
Copy-ready code
/* CSS */
color: #c3efb3;
background-color: #c3efb3;
/* Tailwind (arbitrary) */
class="text-[#c3efb3] bg-[#c3efb3]"
/* SCSS */
$brand: #c3efb3;
/* SwiftUI */
Color(red: 0.765, green: 0.937, blue: 0.702)
/* Android */
Color.parseColor("#c3efb3")Accessibility — WCAG contrast
Aa
#c3efb3 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3efb3 on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green93.7%
Blue70.2%
CMYK percentages
Cyan18.4%
Magenta0.0%
Yellow25.1%
Key (black)6.3%
Color previews
#c3efb3 text on a black background
contrast 16.32:1
Card sample
#c3efb3 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3efb3;
Background color
Panel with #c3efb3 background
background-color: #c3efb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3efb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 239, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 239, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3efb3; background: linear-gradient(135deg, #c3efb3, #B3EFCB);