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