#c3efc8
a pale, vivid green · cool · closest name: beige
RGB
195, 239, 200
HSL
127°, 58%, 85%
CMYK
18, 0, 16, 6
Luminance
0.7751
Every format
| HEX | #c3efc8 |
| RGB | rgb(195, 239, 200) |
| HSL | hsl(127, 58%, 85%) |
| CMYK | cmyk(18%, 0%, 16%, 6%) |
| LAB | lab(90.5 -21.5 14.3) |
| LCH | lch(90.5 25.8 146.5) |
| OKLCH | oklch(0.911 0.070 148.1) |
Copy-ready code
/* CSS */
color: #c3efc8;
background-color: #c3efc8;
/* Tailwind (arbitrary) */
class="text-[#c3efc8] bg-[#c3efc8]"
/* SCSS */
$brand: #c3efc8;
/* SwiftUI */
Color(red: 0.765, green: 0.937, blue: 0.784)
/* Android */
Color.parseColor("#c3efc8")Accessibility — WCAG contrast
Aa
#c3efc8 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3efc8 on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green93.7%
Blue78.4%
CMYK percentages
Cyan18.4%
Magenta0.0%
Yellow16.3%
Key (black)6.3%
Color previews
#c3efc8 text on a black background
contrast 16.50:1
Card sample
#c3efc8 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3efc8;
Background color
Panel with #c3efc8 background
background-color: #c3efc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3efc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 239, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 239, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3efc8; background: linear-gradient(135deg, #c3efc8, #C3EFE5);