#c3efdf
a pale, vivid green · cool · closest name: beige
RGB
195, 239, 223
HSL
158°, 58%, 85%
CMYK
18, 0, 7, 6
Luminance
0.7866
Every format
| HEX | #c3efdf |
| RGB | rgb(195, 239, 223) |
| HSL | hsl(158, 58%, 85%) |
| CMYK | cmyk(18%, 0%, 7%, 6%) |
| LAB | lab(91.1 -17.3 3.0) |
| LCH | lch(91.1 17.5 170.0) |
| OKLCH | oklch(0.917 0.050 171.1) |
Copy-ready code
/* CSS */
color: #c3efdf;
background-color: #c3efdf;
/* Tailwind (arbitrary) */
class="text-[#c3efdf] bg-[#c3efdf]"
/* SCSS */
$brand: #c3efdf;
/* SwiftUI */
Color(red: 0.765, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#c3efdf")Accessibility — WCAG contrast
Aa
#c3efdf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3efdf on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green93.7%
Blue87.5%
CMYK percentages
Cyan18.4%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#c3efdf text on a black background
contrast 16.73:1
Card sample
#c3efdf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3efdf;
Background color
Panel with #c3efdf background
background-color: #c3efdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3efdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3efdf; background: linear-gradient(135deg, #c3efdf, #C3E2EF);